Skip to content

Commit 7d75b86

Browse files
Merge pull request opendatahub-io#526 from andyatmiami/feat/rhel9-skopeo
feat(skopeo): Add skopeo utililty to rhel9-based workbenches
2 parents e634724 + 6a5e059 commit 7d75b86

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)