fix: add missing ca-certificates package
This commit is contained in:
parent
56bb7d5a14
commit
b7ffa55f05
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM debian:bookworm
|
|||
|
||||
RUN \
|
||||
apt-get update \
|
||||
&& apt-get install --yes --no-install-recommends -qq python3 git python3-daemon python3-zeroc-ice zeroc-ice-slice \
|
||||
&& apt-get install --yes --no-install-recommends -qq python3 git python3-daemon python3-zeroc-ice zeroc-ice-slice ca-certificates \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||
&& useradd --system --no-create-home -U mumo
|
||||
|
||||
|
|
Loading…
Reference in a new issue