Skip to content

Commit aff4302

Browse files
committed
Fix Dockerfile
1 parent eb8f9af commit aff4302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN set -eux \
6262
&& chmod +x /usr/bin/watcherd \
6363
\
6464
# Clean-up
65-
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps \
65+
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
6666
${BUILD_DEPS} \
6767
&& rm -rf /var/lib/apt/lists/*
6868

0 commit comments

Comments
 (0)