Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
radsoulbeard authored Mar 23, 2022
1 parent 8354c01 commit 03764cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM maven:3.5-jdk-8-alpine

RUN apk add --no-cache bash && \
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.110.3:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.117.2:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
chmod -R 777 sdk && \
ln -s /sdk/tools/neo.sh /usr/bin/neo.sh && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 03764cb

Please sign in to comment.