Add ca-certificates.

This commit is contained in:
Syfaro 2020-01-03 04:07:41 -06:00
parent 372418caef
commit 29c83067ae
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ EXPOSE 8080
WORKDIR /app
COPY --from=builder /src/langs ./langs
COPY --from=builder /bin/foxbot /bin/foxbot
RUN apt-get update -y && apt-get install libssl-dev -y
RUN apt-get update -y && apt-get install libssl-dev ca-certificates -y
CMD ["/bin/foxbot"]