Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
install ca-certificates in docker generated image (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman authored May 3, 2022
1 parent 4bd2741 commit 29cb1d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ LABEL maintainer="Miguel Ángel Ortuño <[email protected]>"
ADD build/$TARGETARCH/jackal /jackal
ADD build/$TARGETARCH/jackalctl /jackal

RUN apt-get update && apt-get install -y ca-certificates
RUN update-ca-certificates

EXPOSE 5222

ENV PATH $PATH:/jackal
Expand Down

0 comments on commit 29cb1d0

Please sign in to comment.