Skip to content

Commit

Permalink
#9 maven 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 24, 2022
1 parent 0fd8ed4 commit 168fc02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ RUN php --version

# Java
RUN apt-get install -y ca-certificates openjdk-17-jdk
RUN apt-get install -y maven
ENV MAVEN_OPTS "-Xmx1g"
ENV JAVA_OPTS "-Xmx1g"
ENV JAVA_HOME "/usr/lib/jvm/default-java"
Expand Down Expand Up @@ -158,7 +157,7 @@ RUN initdb --version
# Postgresql service has to be started using `sudo /etc/init.d/postgresql start` in .rultor.yml

# Maven
ENV MAVEN_VERSION 3.8.5
ENV MAVEN_VERSION 3.8.6
ENV M2_HOME "/usr/local/apache-maven/apache-maven-${MAVEN_VERSION}"
RUN wget --quiet "https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" && \
mkdir -p /usr/local/apache-maven && \
Expand Down

0 comments on commit 168fc02

Please sign in to comment.