Skip to content

Commit

Permalink
feat: remove dist-upgrade as it upgrades major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouven Himmelstein committed Jan 24, 2024
1 parent aba4c64 commit 0eafc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-data/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt update && \
RUN dpkg --add-architecture i386 && \
apt update && \
apt install -y --no-install-recommends wine wine32 wine64 winbind xvfb && \
apt upgrade -y && apt dist-upgrade -y
apt upgrade -y

# Cleanup, remove wget
RUN apt remove -y wget && \
Expand Down

0 comments on commit 0eafc43

Please sign in to comment.