We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e29249 commit 852381aCopy full SHA for 852381a
docker/spring-cloud-contract-stub-runner-docker/Dockerfile
@@ -15,7 +15,7 @@ RUN useradd -u1000 -m scc
15
16
# Install sdkman and java
17
COPY sdkman/ /usr/local/bin/
18
-RUN chmod +x /usr/local/bin/sdkman-wrapper.sh
+RUN chmod +r+x /usr/local/bin/sdkman-wrapper.sh
19
20
USER scc
21
WORKDIR /home/scc
0 commit comments