Skip to content

Commit

Permalink
Don't install logrotate or its many dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Jan 1, 2024
1 parent 46f44ca commit 79d3471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tor-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN set -eux \
\
&& apt-get -y update \
&& apt-get -y upgrade \
&& apt-mark hold logrotate \
&& apt-get -y install tor \
&& apt-get -y clean \
&& rm -rf /var/lib/apt /var/cache/apt/archives \
Expand Down

0 comments on commit 79d3471

Please sign in to comment.