Skip to content

Commit

Permalink
Update folder paths
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Apr 30, 2024
1 parent 10ef5fa commit d51595e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/opt/z
RUN mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/opt/zooma_github/ols-client/lib/spring-web-4.1.2.RELEASE.jar -DgroupId=org.springframework -DartifactId=spring-web -Dversion=4.1.2.RELEASE

RUN rm -rf /root/.m2/repository/org/springframework/spring-web/4.1.2.RELEASE
RUN tar -xvzf /opt/zooma_github/ols-client/spring-web-4.2.1.tar.gz -C /root/.m2/repository/org/springframework/spring-web/
RUN tar -xvzf /opt/zooma_github/ols-client/lib/spring-web-4.2.1.tar.gz -C /root/.m2/repository/org/springframework/spring-web/

RUN rm -rf /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.3
RUN tar -xvzf /opt/zooma_github/ols-client/jackson-databind-2.7.3.tar.gz -C /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/
RUN tar -xvzf /opt/zooma_github/ols-client/lib/jackson-databind-2.7.3.tar.gz -C /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/


RUN cd /opt/zooma_github && mvn clean package
Expand Down

0 comments on commit d51595e

Please sign in to comment.