We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0db13 commit 46373e0Copy full SHA for 46373e0
1 file changed
Dockerfile
@@ -57,7 +57,7 @@ RUN if [ "${ENV}" = 'dev' ]; then \
57
58
USER root
59
60
-RUN apt-get remove -y git && \
+RUN apt-get remove -y git build-essential && \
61
apt-get autoremove -y && \
62
apt-get clean && \
63
rm -rf /var/lib/apt/lists ~/.cache /tmp/*
0 commit comments