Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
DockerHelper
/
maven
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f5f3a2da
authored
Jun 03, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile
1 parent
31d5053c
Pipeline
#161
failed
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
f5f3a2d
...
...
@@ -12,7 +12,8 @@ RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
&&
echo
"
${
SHA
}
/tmp/apache-maven.tar.gz"
| sha256sum -c -
\
&&
tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components
=
1
\
&&
rm -f /tmp/apache-maven.tar.gz
\
&&
ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
\
&&
cp /usr/share/maven/bin/mvn /usr/bin/mvn
#&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn \
ENV
MAVEN_HOME /usr/share/maven
ENV
MAVEN_CONFIG "$USER_HOME_DIR/.m2"
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment