diff --git a/Dockerfile b/Dockerfile index 29f904e..881d575 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]