We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eeb94 commit 5d91d17Copy full SHA for 5d91d17
releng/container-build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipsecbi/fedora-gtk3-mutter:41-gtk3.24
+FROM eclipsecbi/fedora-gtk3-mutter:42-gtk3.24
2
3
# Back to root for install
4
USER 0
@@ -9,13 +9,14 @@ RUN sed -i '/tsflags=nodocs/ d' /etc/dnf/dnf.conf
9
RUN dnf -y update && dnf -y install \
10
webkit2gtk3 npm tigervnc-server java-21-openjdk-devel \
11
gcc-c++ perf systemtap rpmdevtools valgrind \
12
- gtk3-devel-docs \
+ gtk3-devel-docs ibus \
13
&& dnf clean all
14
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
17
ENV PATH=/apache-maven-3.9.9/bin:/usr/lib/jvm/java-21/bin:$PATH
18
ENV JAVA_HOME=/usr/lib/jvm/java-21
19
+ENV NO_AT_BRIDGE=1
20
21
#Back to named user
22
USER 10001
0 commit comments