mirror of https://github.com/velour/catbase.git
docker: remove frotz
This commit is contained in:
parent
75a12ca9a5
commit
9b5d39fdc7
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue