Skip to content

Commit 2813cd0

Browse files
committed
cleanup: remove redundant wget install
1 parent ab1d632 commit 2813cd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/conda/Dockerfile.conda

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

0 commit comments

Comments
 (0)