We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc280fc commit 8d09266Copy full SHA for 8d09266
1 file changed
Dockerfile
@@ -16,9 +16,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
ca-certificates \
17
apt-transport-https && \
18
rm -rf /var/lib/apt/lists/*
19
-
20
-RUN apt-get update && apt-get install -y --no-install-recommends \
21
- build-essential \
22
- && rm -rf /var/lib/apt/lists/*
23
24
CMD [ "/bin/bash" ]
0 commit comments