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 dc7dbfa commit 3f70bd6Copy full SHA for 3f70bd6
Dockerfile
@@ -14,7 +14,7 @@ USER root
14
# Install packages via apt.
15
16
RUN apt-get update \
17
- && apt-get -y install \
+ && apt-get -y --no-install-recommends install \
18
vim \
19
nano \
20
curl \
0 commit comments