Skip to content

Commit

Permalink
👕 Don't use APK cache when removing build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 20, 2020
1 parent 5c0176f commit 49b23ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN \
&& mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
\
&& apk del --purge .build-dependencies \
&& apk del --no-cache --purge .build-dependencies \
&& rm -f -r \
/tmp/*

Expand Down

0 comments on commit 49b23ae

Please sign in to comment.