File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM eclipsecbi/fedora-gtk3-mutter:39 -gtk3.24
1
+ FROM eclipsecbi/fedora-gtk3-mutter:40 -gtk3.24
2
2
3
3
# Back to root for install
4
4
USER 0
@@ -9,12 +9,12 @@ RUN sed -i '/tsflags=nodocs/ d' /etc/dnf/dnf.conf
9
9
RUN dnf -y update && dnf -y install \
10
10
webkit2gtk3 npm tigervnc-server java-21-openjdk-devel \
11
11
gcc-c++ perf systemtap rpmdevtools valgrind \
12
- gtk3-devel-docs createrepo_c \
12
+ gtk3-devel-docs \
13
13
&& dnf clean all
14
14
15
- RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.6 /binaries/apache-maven-3.9.6 -bin.tar.gz | tar -xzv
15
+ RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.tar.gz | tar -xzv
16
16
17
- ENV PATH=/apache-maven-3.9.6 /bin:/usr/lib/jvm/java-21/bin:$PATH
17
+ ENV PATH=/apache-maven-3.9.9 /bin:/usr/lib/jvm/java-21/bin:$PATH
18
18
ENV JAVA_HOME=/usr/lib/jvm/java-21
19
19
20
20
# Back to named user
You can’t perform that action at this time.
0 commit comments