Skip to content

Commit d400896

Browse files
committed
1 parent 8082237 commit d400896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/template.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex \
6666
&& apt-get update \
6767
&& apt-get --no-install-recommends --no-install-suggests -y install curl $(cat /requirements.apt) \
6868
&& apt-get purge -y --auto-remove \
69-
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
69+
&& rm -rf /var/lib/apt/lists/* \
7070
&& rm -f /requirements.apt \
7171
&& ln -sf /dev/stdout /var/log/unit.log
7272

0 commit comments

Comments
 (0)