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 56935e0 commit 7a31bfdCopy full SHA for 7a31bfd
Dockerfile
@@ -0,0 +1,14 @@
1
+FROM debian:unstable
2
+#FROM debian/chicken
3
+
4
+RUN apt-get -y update
5
+#RUN apt-get -y dist-upgrade
6
+RUN apt-get -y install chicken-bin git rlwrap gcc libssl-dev
7
+#RUN apt-get -y autoremove
8
+#RUN apt-get -y clean
9
+RUN git clone https://github.com/TurtleKitty/Vaquero /home/vaquero
10
+WORKDIR /home/vaquero
11
+RUN sh ./bin/get_eggs.sh
12
+RUN sh ./bin/compile.sh
13
+CMD sleep 1; rlwrap ./vaquero repl
14
0 commit comments