Skip to content

Commit

Permalink
remove util-linux at finish
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight committed Jan 4, 2023
1 parent abbed98 commit c88dc58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion privoxy.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ RUN apk --update --upgrade --no-cache --no-progress add \
&& mv /tmp/user-manual/ /usr/share/doc/privoxy/ \
## rename config files
&& rename -a '.new' '' /etc/privoxy/*.new \
## cleanup
## remove unnecessary packages
&& apk --no-progress del \
alpine-sdk \
autoconf \
openssl-dev \
pcre-dev \
zlib-dev \
## cleanup
util-linux-misc \
## remove temp files
&& rm -rf \
/tmp/* \
Expand Down

0 comments on commit c88dc58

Please sign in to comment.