Skip to content

Commit 852381a

Browse files
committed
Add read permission.
1 parent 0e29249 commit 852381a

File tree

1 file changed

+1
-1
lines changed
  • docker/spring-cloud-contract-stub-runner-docker

1 file changed

+1
-1
lines changed

docker/spring-cloud-contract-stub-runner-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN useradd -u1000 -m scc
1515

1616
# Install sdkman and java
1717
COPY sdkman/ /usr/local/bin/
18-
RUN chmod +x /usr/local/bin/sdkman-wrapper.sh
18+
RUN chmod +r+x /usr/local/bin/sdkman-wrapper.sh
1919

2020
USER scc
2121
WORKDIR /home/scc

0 commit comments

Comments
 (0)