We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8f9af commit aff4302Copy full SHA for aff4302
Dockerfile
@@ -62,7 +62,7 @@ RUN set -eux \
62
&& chmod +x /usr/bin/watcherd \
63
\
64
# Clean-up
65
- && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps \
+ && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
66
${BUILD_DEPS} \
67
&& rm -rf /var/lib/apt/lists/*
68
0 commit comments