Skip to content

Commit

Permalink
fixed missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Oct 22, 2024
1 parent fdb35a3 commit f84db01
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 @@ -219,7 +219,7 @@ RUN set -eux; \
build-cleanup.sh; \
\
# For local development, it should be possible to use any local (Git) Composer repository - that's safe in debug image flavor
git config --global --add safe.directory "*" \
git config --global --add safe.directory "*"; \
\
# Allow running as an arbitrary user, as the config will be changed through
# the entrypoint.sh script
Expand Down

0 comments on commit f84db01

Please sign in to comment.