Skip to content

Commit 9292710

Browse files
committed
Docker: remove build-essential package.
1 parent c1f0aea commit 9292710

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
@@ -74,7 +74,7 @@ RUN set -ex \
7474
unit \
7575
&& apt-get update \
7676
&& apt-get --no-install-recommends --no-install-suggests -y install curl $(cat /requirements.apt) \
77-
&& apt-get purge -y --auto-remove \
77+
&& apt-get purge -y --auto-remove build-essential \
7878
&& rm -rf /var/lib/apt/lists/* \
7979
&& rm -f /requirements.apt \
8080
&& ln -sf /dev/stdout /var/log/unit.log

0 commit comments

Comments
 (0)