Skip to content

Commit

Permalink
Fix missing ca-certificates dependency inside Docker container for Dy…
Browse files Browse the repository at this point in the history
…namoDB
  • Loading branch information
ThibaudDauce committed Jun 15, 2023
1 parent a029c02 commit 6edc3a2
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 @@ -31,7 +31,7 @@ WORKDIR /backend

RUN apt-get update && \
apt-get install --no-install-recommends -qq -y \
libssl-dev && \
libssl-dev ca-certificates && \
rm -fr /var/lib/apt/lists/*

RUN mkdir static
Expand Down

0 comments on commit 6edc3a2

Please sign in to comment.