Skip to content

Commit d4ae91b

Browse files
author
rongxi.li
committed
Upgrade roswell and debian base
1 parent e30cd12 commit d4ae91b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM debian:jessie-slim
1+
FROM debian:9
22
RUN echo 'export PATH=$HOME/.roswell/bin:$PATH' >> ~/.bashrc
33
RUN apt update && apt install -y curl make bzip2 &&\
4-
curl -L -O https://github.com/roswell/roswell/releases/download/v17.4.8.76/roswell_17.4.8.76-1_amd64.deb &&\
5-
dpkg -i roswell_17.4.8.76-1_amd64.deb && ros && rm roswell_17.4.8.76-1_amd64.deb
4+
curl -L -O https://github.com/roswell/roswell/releases/download/v17.10.10.83/roswell_17.10.10.83-1_amd64.deb &&\
5+
dpkg -i *.deb && ros && rm *.deb

0 commit comments

Comments
 (0)