docker: remove frotz

This commit is contained in:
Chris Sexton 2021-01-31 18:29:08 -05:00
parent 3f35cb7fe3
commit 2395cc07e6
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"]