Skip to content

Commit 52b739f

Browse files
committed
fix(conda): add missing wget dependency
Add wget to the conda Dockerfile dependencies to fix the build error that occurred when trying to download the Miniconda installer.
1 parent 694be71 commit 52b739f

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
@@ -4,6 +4,7 @@ FROM deepnote/python:base
44

55
RUN apt-get update && \
66
apt-get install -y --no-install-recommends \
7+
wget \
78
tini \
89
libglib2.0-0 libxext6 libsm6 libxrender1 && \
910
apt-get clean && \

0 commit comments

Comments
 (0)