Skip to content

Commit 5f012bf

Browse files
author
Jonathan Visser
committed
Add safe directory wildcard to dockerfiles
1 parent 55dc065 commit 5f012bf

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
@@ -128,6 +128,9 @@ RUN rm -rvf \
128128
/var/lib/apt/lists/* \
129129
&& apt-get autoremove -y
130130

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

0 commit comments

Comments
 (0)