Commit ab2e585e by Jessica Hawkwell

Update Dockerfile

1 parent a6f22b13
Pipeline #151 failed
in 27 seconds
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ RUN mkdir -p /usr/share/maven /usr/share/maven/ref \ ...@@ -11,7 +11,7 @@ RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
&& echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - \ && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - \
&& tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 \ && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 \
&& rm -f /tmp/apache-maven.tar.gz \ && rm -f /tmp/apache-maven.tar.gz \
&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn \
&& apk update && apk add git && apk update && apk add git
ENV MAVEN_HOME /usr/share/maven ENV MAVEN_HOME /usr/share/maven
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!