Skip to content

Commit 6a5e059

Browse files
committed
feat(skopeo): Add skopeo utililty to rhel9-based workbenches
Related-to: https://issues.redhat.com/browse/RHOAIENG-19497
1 parent e634724 commit 6a5e059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rstudio/rhel9-python-3.11/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -U "micropipenv[toml]"
1212
USER root
1313

1414
# 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
1616

1717
# Other apps and tools installed as default user
1818
USER 1001

rstudio/rhel9-python-3.11/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -U "micropipenv[toml]"
1212
USER root
1313

1414
# 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
1616

1717
# Other apps and tools installed as default user
1818
USER 1001

0 commit comments

Comments
 (0)