We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30cd12 commit d4ae91bCopy full SHA for d4ae91b
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM debian:jessie-slim
+FROM debian:9
2
RUN echo 'export PATH=$HOME/.roswell/bin:$PATH' >> ~/.bashrc
3
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
+ curl -L -O https://github.com/roswell/roswell/releases/download/v17.10.10.83/roswell_17.10.10.83-1_amd64.deb &&\
+ dpkg -i *.deb && ros && rm *.deb
0 commit comments