Skip to content

Commit

Permalink
chore: Remove manual downloads in Dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sabadello <markus@danubetech.com>
  • Loading branch information
peacekeeper committed Aug 10, 2020
1 parent 3f493c7 commit 29f75d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resolver/java/uni-resolver-web/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ MAINTAINER Markus Sabadello <markus@danubetech.com>

USER root

# install dependencies

RUN mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.1:get -DrepoUrl=https://repo.maven.apache.org/maven2 -Dartifact=org.eclipse.jetty:jetty-maven-plugin:9.4.18.v20190429
RUN mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.1:get -DrepoUrl=https://repo.maven.apache.org/maven2 -Dartifact=org.apache.maven.plugins:maven-war-plugin:3.2.2

# build uni-resolver-web

ADD ./resolver/java/ /opt/uni-resolver-java
Expand Down

0 comments on commit 29f75d6

Please sign in to comment.