docker: remove frotz

This commit is contained in:
Chris Sexton 2021-01-31 18:29:08 -05:00 committed by Chris Sexton
parent 75a12ca9a5
commit 9b5d39fdc7
1 changed files with 0 additions and 2 deletions

View File

@ -54,6 +54,4 @@ ENV TZ America/New_York
RUN git clone https://github.com/chrissexton/rank-amateur-cowsay.git cowsay && cd cowsay && ./install.sh
RUN cd $SRC_DIR; go get ./...; go build -o /app/catbase
RUN git clone https://gitlab.com/DavidGriffith/frotz.git frotz && cd frotz && make dfrotz && cp dfrotz /app
ENTRYPOINT ["/app/catbase", "-db=/app/var/catbase.db", "-debug"]