Update Dockerfile
This commit is contained in:
parent
493e75e187
commit
af03865ac3
@ -7,7 +7,7 @@ RUN apk add --no-cache rustup openssl-dev build-base && rustup-init -y --default
|
||||
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache ca-certificates openssl
|
||||
RUN apk add --no-cache ca-certificates openssl libgcc
|
||||
ENV TGBOT_TOKEN="" DATABASE_URI="" WRAPPER=""
|
||||
CMD ["-c", "${WRAPPER} ./saysthbot-reborn ${OPTIONS}"]
|
||||
ENTRYPOINT [ "/bin/sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user