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 ed05299 commit e30cd12Copy full SHA for e30cd12
Dockerfile
@@ -1,4 +1,5 @@
1
FROM debian:jessie-slim
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
0 commit comments