Skip to content

Commit aafb67d

Browse files
v1.13.0
1 parent dff172f commit aafb67d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,13 @@ RUN apt-get install -y qml6-module-qtquick-layouts;
7171
RUN apt-get install -y libtbb12;
7272
RUN apt-get install -y python3;
7373
RUN apt-get install -y python3-numpy;
74+
RUN apt-get install -y libgif7;
75+
RUN apt-get install -y libtiff6;
7476

75-
RUN wget https://github.com/nelson-lang/nelson/releases/download/v${NELSON_VERSION}/nelson-Ubuntu-24.04-x86_64-v${NELSON_VERSION}.${NELSON_VERSION_TAG}.deb && \
76-
apt install -y ./nelson-Ubuntu-24.04-x86_64-v${NELSON_VERSION}.${NELSON_VERSION_TAG}.deb && \
77-
rm nelson-Ubuntu-24.04-x86_64-v${NELSON_VERSION}.${NELSON_VERSION_TAG}.deb
77+
78+
RUN wget https://github.com/nelson-lang/nelson/releases/download/v${NELSON_VERSION}/nelson-Ubuntu-24.04-v${NELSON_VERSION}.${NELSON_VERSION_TAG}-x86_64.deb && \
79+
apt install -y ./nelson-Ubuntu-24.04-v${NELSON_VERSION}.${NELSON_VERSION_TAG}-x86_64.deb && \
80+
rm nelson-Ubuntu-24.04-v${NELSON_VERSION}.${NELSON_VERSION_TAG}-x86_64.deb
7881

7982
RUN rm -rf /var/lib/apt/lists/*
8083

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ docker rmi $(docker images -q) -f
2929
docker system prune -a
3030

3131

32-
export NELSON_VERSION=1.12.0
33-
export NELSON_VERSION_TAG=4690
32+
export NELSON_VERSION=1.13.0
33+
export NELSON_VERSION_TAG=4854
3434

3535
docker build --build-arg NELSON_VERSION=$NELSON_VERSION --build-arg NELSON_VERSION_TAG=$NELSON_VERSION_TAG -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v$NELSON_VERSION .
3636

0 commit comments

Comments
 (0)