Skip to content

Commit

Permalink
Update docker image to latest Fedora and Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jul 14, 2023
1 parent 9c7703c commit 3fcb1cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releng/container-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipsecbi/fedora-gtk3-mutter:37-gtk3.24
FROM eclipsecbi/fedora-gtk3-mutter:38-gtk3.24

# Back to root for install
USER 0
Expand All @@ -12,9 +12,9 @@ RUN dnf -y update && dnf -y install \
gtk3-devel-docs createrepo_c \
&& dnf clean all

RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.2/binaries/apache-maven-3.9.2-bin.tar.gz | tar -xzv
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.3/binaries/apache-maven-3.9.3-bin.tar.gz | tar -xzv

ENV PATH=/apache-maven-3.9.2/bin:/usr/lib/jvm/java-17/bin:$PATH
ENV PATH=/apache-maven-3.9.3/bin:/usr/lib/jvm/java-17/bin:$PATH
ENV JAVA_HOME=/usr/lib/jvm/java-17

#Back to named user
Expand Down

0 comments on commit 3fcb1cf

Please sign in to comment.