Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

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 27, 2020
1 parent 48e2dee commit 58de2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zwave2mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN \
&& yarn global remove modclean \
&& yarn cache clean \
\
&& apk del --purge .build-dependencies \
&& apk del --no-cache --purge .build-dependencies \
\
&& rm -f -r \
/etc/nginx \
Expand Down

0 comments on commit 58de2eb

Please sign in to comment.