We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9853145 commit e96d12aCopy full SHA for e96d12a
Dockerfile
@@ -6,7 +6,7 @@
6
FROM ubuntu:bionic
7
8
RUN apt-get update && apt-get dist-upgrade -y && \
9
- apt-get install -y software-properties-common --no-install-recommends && \
+ apt-get install -y software-properties-common && \
10
rm -rf /var/lib/apt/lists/*
11
12
RUN apt-get update && apt-get install -y \
0 commit comments