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 d4ae91b commit afa940bCopy full SHA for afa940b
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 &&\
+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 &&\
5
dpkg -i *.deb && ros && rm *.deb
0 commit comments