Skip to content

Commit 0e29249

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/spring-cloud-contract-docker/Dockerfile

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

1515
# Install sdkman and java
1616
COPY sdkman/ /usr/local/bin/
17-
RUN chmod +x /usr/local/bin/sdkman-wrapper.sh
17+
RUN chmod +r+x /usr/local/bin/sdkman-wrapper.sh
1818

1919
# provide output & contract directories and change owner to scc
2020
RUN mkdir -p /contracts

0 commit comments

Comments
 (0)