Skip to content

Commit

Permalink
Containerfile: install maven 3.8
Browse files Browse the repository at this point in the history
With this commit, a more recent version of Maven (version 3.8) is installed during
the container build process. This version is accessible for C9S as a module, thus
this commit enables the Maven 3.8 module stream.

Signed-off-by: Francisco Trivino <[email protected]>
  • Loading branch information
f-trivino committed Apr 9, 2024
1 parent f46dbf2 commit c0b95cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ENV TZ=Europe/Madrid \
RUN mkdir /www
COPY . /www/ipa-tuura

# Enable maven 3.8 module stream to install a more recent version
RUN yum module enable maven:3.8 -y

# Install system dependencies
RUN dnf -y update && dnf -y install \
dbus-daemon \
Expand Down

0 comments on commit c0b95cb

Please sign in to comment.