Skip to content

Commit 7c5ce3d

Browse files
authored
Merge pull request #2 from heuermh/master
remove unnecessary env
2 parents 899e8dc + beed701 commit 7c5ce3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

maven3-openjdk8-alpine/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM openjdk:8-jdk-alpine
33
RUN apk add --no-cache curl tar bash procps
44

55
ARG MAVEN_VERSION=3.6.0
6-
ARG USER_HOME_DIR="/root"
76
ARG SHA=fae9c12b570c3ba18116a4e26ea524b29f7279c17cbaadc3326ca72927368924d9131d11b9e851b8dc9162228b6fdea955446be41207a5cfc61283dd8a561d2f
87
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
98

@@ -14,5 +13,3 @@ RUN mkdir -p /usr/share/maven \
1413
&& rm -f /tmp/apache-maven.tar.gz \
1514
&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
1615

17-
ENV MAVEN_HOME /usr/share/maven
18-
ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"

0 commit comments

Comments
 (0)