Skip to content

Commit

Permalink
test Dockerfile with apt upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 5, 2024
1 parent 253ec85 commit 2b0a79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ LABEL maintainer="[email protected],[email protected],[email protected]"

ARG BUILD_DEV_IMAGE="false"

RUN apt-get update && \
RUN apt-get update --yes && \
apt-get upgrade --yes && \
apt-get install --yes --no-install-recommends ca-certificates libexpat1 python3-setuptools && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2b0a79b

Please sign in to comment.