Skip to content

Commit

Permalink
1943
Browse files Browse the repository at this point in the history
  • Loading branch information
nobug committed Dec 23, 2023
1 parent cfafccc commit 6943078
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 @@ -7,7 +7,7 @@ RUN set -x && \
apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y unzip zip wget && \
bash /dl-frpc.sh && rm /dl-frpc.sh && \
apt-get remove --purge --auto-remove -y unzip zip wget && \
apt-get purge -y --auto-remove unzip zip wget && \
rm -rf /var/lib/apt/lists/*

# STOPSIGNAL SIGINT
Expand Down

0 comments on commit 6943078

Please sign in to comment.