ejschwartz commited on
Commit
383ae2a
·
1 Parent(s): 1c62ccb
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,7 +13,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
13
  cmake \
14
  python3-pip \
15
  python3.11-dev python3.11-distutils \
16
- wget
 
17
 
18
  RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
19
  RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1
 
13
  cmake \
14
  python3-pip \
15
  python3.11-dev python3.11-distutils \
16
+ wget \
17
+ sudo
18
 
19
  RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
20
  RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1