File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
config/files/usr/share/ublue-os/just Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ COPY modules /tmp/modules/
44
44
# `yq` is used for parsing the yaml configuration
45
45
# It is copied from the official container image since it's not available as an RPM.
46
46
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq
47
-
47
+ RUN rpm-ostree install -y java-17-openjdk
48
48
# Run the build script, then clean up temp files and finalize container build.
49
49
RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
50
50
rm -rf /tmp/* /var/* && ostree container commit
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ install-games-educational:
50
50
# Install virtualization stack (libvirt/virt-manager/etc)
51
51
install-virtualization :
52
52
rpm-ostree install libvirt-client libvirt-daemon-kvm virt-install virt-manager
53
- rpm-ostree install -y java-17-openjdk
54
53
55
54
# Un-install virtualization stack (libvirt/virt-manager/etc)
56
55
uninstall-virtualization :
You can’t perform that action at this time.
0 commit comments