Skip to content

Commit d709dc4

Browse files
committed
fix: permissions on Dockerfile
1 parent 522b9ba commit d709dc4

File tree

1 file changed

+3
-0
lines changed
  • docs/assets/fmriprep-bootcamp-geneva2024/day1-04-containers

1 file changed

+3
-0
lines changed

docs/assets/fmriprep-bootcamp-geneva2024/day1-04-containers/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,9 @@
649649
# Copy the original 'cowsay' program into one layer
650650
COPY cowsay /usr/local/bin/cowsay
651651

652+
# Ensure permissions
653+
RUN chmod a+rx /usr/local/bin/cowsay
654+
652655
# Copy the replacement of the cow asciiart with a whale
653656
COPY docker.cow /usr/local/share/cows/default.cow
654657

0 commit comments

Comments
 (0)