Skip to content

Commit

Permalink
🔨 Don't use apk cache on cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 25, 2020
1 parent c43c702 commit ea07fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tautulli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN \
\
&& git clone --branch $TAUTULLI_VERSION --depth=1 \
https://github.com/Tautulli/Tautulli.git /opt \
&& apk del --purge .build-dependencies \
&& apk del --no-cache --purge .build-dependencies \
\
&& rm -f -r /tmp/* \
&& find /usr/lib/python2.7/ -type d -name tests -depth -exec rm -rf {} \; \
Expand Down

0 comments on commit ea07fcc

Please sign in to comment.