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 c1f0aea commit 9292710Copy full SHA for 9292710
pkg/docker/template.Dockerfile
@@ -74,7 +74,7 @@ RUN set -ex \
74
unit \
75
&& apt-get update \
76
&& apt-get --no-install-recommends --no-install-suggests -y install curl $(cat /requirements.apt) \
77
- && apt-get purge -y --auto-remove \
+ && apt-get purge -y --auto-remove build-essential \
78
&& rm -rf /var/lib/apt/lists/* \
79
&& rm -f /requirements.apt \
80
&& ln -sf /dev/stdout /var/log/unit.log
0 commit comments