Skip to content

Commit e6cfba7

Browse files
committed
trying rpm-ostree java install
1 parent 03a0d9f commit e6cfba7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY modules /tmp/modules/
4444
# `yq` is used for parsing the yaml configuration
4545
# It is copied from the official container image since it's not available as an RPM.
4646
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq
47-
47+
RUN rpm-ostree install -y java-17-openjdk
4848
# Run the build script, then clean up temp files and finalize container build.
4949
RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
5050
rm -rf /tmp/* /var/* && ostree container commit

config/files/usr/share/ublue-os/just/60-custom.just

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ install-games-educational:
5050
# Install virtualization stack (libvirt/virt-manager/etc)
5151
install-virtualization:
5252
rpm-ostree install libvirt-client libvirt-daemon-kvm virt-install virt-manager
53-
rpm-ostree install -y java-17-openjdk
5453

5554
# Un-install virtualization stack (libvirt/virt-manager/etc)
5655
uninstall-virtualization:

0 commit comments

Comments
 (0)