Skip to content

Commit 46373e0

Browse files
committed
test
1 parent 3f0db13 commit 46373e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN if [ "${ENV}" = 'dev' ]; then \
5757

5858
USER root
5959

60-
RUN apt-get remove -y git && \
60+
RUN apt-get remove -y git build-essential && \
6161
apt-get autoremove -y && \
6262
apt-get clean && \
6363
rm -rf /var/lib/apt/lists ~/.cache /tmp/*

0 commit comments

Comments
 (0)