Skip to content

Commit

Permalink
Merge pull request #43 from SAP/o-liver-patch-1
Browse files Browse the repository at this point in the history
Update neo cli
  • Loading branch information
radsoulbeard authored Aug 2, 2023
2 parents 62c3380 + c7d2d63 commit c83d2d5
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
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description="An image for the SAP neo cli"
LABEL org.opencontainers.image.licenses=Apache-2.0

RUN apk add --no-cache bash && \
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.154.0:install-sdk -DsdkInstallPath=sdk -Dincludes=tools/**,license/**,sdk.version && \
mvn com.sap.cloud:neo-javaee7-wp-maven-plugin:1.154.5.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 c83d2d5

Please sign in to comment.