Skip to content

Commit

Permalink
Remove correct zip program
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall authored Nov 16, 2024
1 parent c651513 commit 84a0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN rm -rf /home/r5reloaded/server.7z

# Remove apt packages

RUN apt purge software-properties-common wget unzip gnupg -y \
RUN apt purge software-properties-common wget p7zip-full gnupg -y \
&& apt autoremove -y \
&& rm -rf {/var/lib/apt/lists/*, /var/cache/apt/archives/*}
USER r5reloaded
Expand Down

0 comments on commit 84a0c24

Please sign in to comment.