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 0b23d7db
authored
Jun 03, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile
1 parent
bc5bb173
Pipeline
#165
passed
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Dockerfile
Dockerfile
View file @
0b23d7d
...
...
@@ -12,8 +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
\
&&
cp
/usr/share/maven/bin/mvn /usr/bin/mvn
#&&
ln -s /usr/share/maven/bin/mvn /usr/bin/mvn \
&&
ln -s
/usr/share/maven/bin/mvn /usr/bin/mvn
#&&
cp /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