Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit f511e28

Browse files
authored
Get curl security updates. (#104)
1 parent b0b2d4d commit f511e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY requirements.txt requirements.txt
44

55
RUN apt-get update \
66
# add secutity updates for certain packages
7-
&& apt-get install -y file git \
7+
&& apt-get install -y --no-install-recommends file git curl\
88
# cleanup package lists, they are not used anymore in this image
99
&& rm -rf /var/lib/apt/lists/* \
1010
# We do not have mysql-server installed but mysql-common contains config files (/etc/mysql/my.cnf) for it.

0 commit comments

Comments
 (0)