Skip to content

Commit ea9c1b5

Browse files
committed
feat: add wget package to conda environment Dockerfile
1 parent b6a3cd1 commit ea9c1b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/conda/Dockerfile.conda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM deepnote/python:base
55
RUN apt-get update && \
66
apt-get install -y --no-install-recommends \
77
tini \
8+
wget \
89
libglib2.0-0 libxext6 libsm6 libxrender1 && \
910
apt-get clean && \
1011
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)