aswerdlow commited on
Commit
f8bcb61
·
1 Parent(s): 2021c20
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
25
  libxext6 \
26
  libgl1 \
27
  git \
 
28
  openssh-client \
29
  && ln -sf /usr/bin/python3.10 /usr/bin/python \
30
  && ln -sf /usr/bin/pip3 /usr/bin/pip \
 
25
  libxext6 \
26
  libgl1 \
27
  git \
28
+ wget \
29
  openssh-client \
30
  && ln -sf /usr/bin/python3.10 /usr/bin/python \
31
  && ln -sf /usr/bin/pip3 /usr/bin/pip \