Skip to content

Commit

Permalink
Update Dockerfile clean up stage
Browse files Browse the repository at this point in the history
  • Loading branch information
xthursdayx committed Feb 6, 2024
1 parent 4b6d046 commit a6d52a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN \
# clean up
cd / && \
apt-get clean && \
apt-get purge -y build-essential cmake g++ git make qmake6 unzip wget && \
apt-get purge -y build-essential cmake g++ gcc git make qmake6 qtchooser unzip wget && \
apt-get -y autoremove && \
apt-get install -y --no-install-recommends \
libqt6core5compat6-dev && \
Expand Down

0 comments on commit a6d52a9

Please sign in to comment.