Skip to content

Commit 4105a54

Browse files
author
Bingjie Liu
committed
Add --no-install-recommends in dockerfile
1 parent bdda0c9 commit 4105a54

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
@@ -15,7 +15,7 @@ ENV BUILD_NUMBER ${BUILD_NUMBER:-1_0_0}
1515

1616
RUN apt-get update && \
1717
apt-get -y upgrade && \
18-
apt-get install -y curl && \
18+
apt-get install -y --no-install-recommends curl && \
1919
rm -rf /var/lib/apt/lists/*
2020

2121
ENV TZ=Europe/London

0 commit comments

Comments
 (0)