Skip to content

Commit

Permalink
fix: add pkg ca-certificates into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Mar 30, 2024
1 parent cc9ceec commit f2a3f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN true

RUN apt-get update \
&& apt-get install --no-install-recommends -y \
ca-certificates \
tini \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit f2a3f71

Please sign in to comment.