Skip to content

Commit e96d12a

Browse files
Fix missing.
1 parent 9853145 commit e96d12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
FROM ubuntu:bionic
77

88
RUN apt-get update && apt-get dist-upgrade -y && \
9-
apt-get install -y software-properties-common --no-install-recommends && \
9+
apt-get install -y software-properties-common && \
1010
rm -rf /var/lib/apt/lists/*
1111

1212
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)