File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rstudio/rhel9-python-3.11 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -U "micropipenv[toml]"
12
12
USER root
13
13
14
14
# Install usefull OS packages
15
- RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
15
+ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
16
16
17
17
# Other apps and tools installed as default user
18
18
USER 1001
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -U "micropipenv[toml]"
12
12
USER root
13
13
14
14
# Install usefull OS packages
15
- RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
15
+ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
16
16
17
17
# Other apps and tools installed as default user
18
18
USER 1001
You can’t perform that action at this time.
0 commit comments