Skip to content

Commit 37fd1f5

Browse files
committed
Fix docker build
1 parent dbac78e commit 37fd1f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ RUN apt-get update && \
3838
add-apt-repository ppa:deadsnakes/ppa -y && \
3939
apt-get update && \
4040
apt-get install --no-install-recommends -y \
41+
curl \
4142
python$PYTHON_VERSION \
42-
python$PYTHON_VERSION-distutils \
43+
python$PYTHON_VERSION-distutils && \
4344
rm -rf /var/lib/apt/lists/* && \
4445
apt-get clean
4546

0 commit comments

Comments
 (0)