File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
config/files/usr/share/ublue-os/firstboot Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ 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
+ # Install Java
47
48
RUN rpm-ostree install -y java-17-openjdk
49
+ RUN export PATH="/usr/lib/jvm/java-17-openjdk-17.x.y.z/bin:$PATH"
50
+
48
51
# Run the build script, then clean up temp files and finalize container build.
49
52
RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
50
53
rm -rf /tmp/* /var/* && ostree container commit
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ screens:
58
58
description : Core system applications for the GNOME desktop environment.
59
59
default : true
60
60
packages :
61
- - Eclipse : org.eclipse.Java
62
61
- Calculator : org.gnome.Calculator
63
62
- Calendar : org.gnome.Calendar
64
63
- Camera : org.gnome.Snapshot
You can’t perform that action at this time.
0 commit comments