Skip to content

Commit 916e94f

Browse files
committed
Fixed #532 - Add curl in the Dockerfile
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 7babd3c commit 916e94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
FROM python:3.7-slim-buster
1010

1111
RUN apt-get update \
12-
&& apt-get install -y bash bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libgomp1 libpopt0\
12+
&& apt-get install -y bash bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libgomp1 libpopt0 curl\
1313
&& apt-get clean \
1414
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1515

0 commit comments

Comments
 (0)