Skip to content

Commit 7a31bfd

Browse files
committed
Dockerfile to build a Vaquero image
1 parent 56935e0 commit 7a31bfd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)