Skip to content

Commit

Permalink
Install certs in container.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Sep 6, 2024
1 parent d7038ab commit e682ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mix do compile --force, phx.digest, release
FROM debian:buster

RUN apt-get update --allow-releaseinfo-change && \
apt-get install -y --no-install-recommends libssl1.1 libsctp1 curl && \
apt-get install -y --no-install-recommends libssl1.1 libsctp1 curl ca-certificates && \
rm -rf /var/lib/apt/lists/*

WORKDIR /root
Expand Down

0 comments on commit e682ceb

Please sign in to comment.