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 afa940b commit 7a0d097Copy full SHA for 7a0d097
Dockerfile
@@ -1,5 +1,5 @@
1
FROM debian:9
2
RUN echo 'export PATH=$HOME/.roswell/bin:$PATH' >> ~/.bashrc
3
RUN apt update && apt install -y curl make bzip2 libcurl3-gnutls &&\
4
- curl -L -O https://github.com/roswell/roswell/releases/download/v17.10.10.83/roswell_17.10.10.83-1_amd64.deb &&\
+ curl -L -O https://github.com/roswell/roswell/releases/download/v19.3.10.97/roswell_19.3.10.97-1_amd64.deb &&\
5
dpkg -i *.deb && ros && rm *.deb
0 commit comments