Skip to content

Commit

Permalink
Confirm package upgrade on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso authored and justinclift committed Feb 12, 2025
1 parent 485a528 commit 8a5b375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR ${BUILD_ROOT}

# Install things needed for development
RUN apt update && \
apt upgrade && \
apt upgrade -y && \
apt install -y build-essential libicu-dev liblz4-dev locales tzdata zlib1g-dev libzstd-dev wget pkg-config && \
apt clean

Expand Down

0 comments on commit 8a5b375

Please sign in to comment.