Skip to content

Commit 5e734cc

Browse files
authored
Merge pull request #144 from ByteInternet/add-safe-directory-wildcard-to-dockerfile
Add safe directory wildcard to dockerfiles
2 parents 0a3257a + 5f012bf commit 5e734cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/build/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ RUN rm -rvf \
129129
/var/lib/apt/lists/* \
130130
&& apt-get autoremove -y
131131

132+
# Allow hypernode-deploy to be ran in ordinary git repository locations
133+
RUN git config --global --add safe.directory "*"
134+
132135
# Setup default command
133136
CMD ["hypernode-deploy"]
134137

0 commit comments

Comments
 (0)