Skip to content

Commit

Permalink
docker: disable git safedir
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 5, 2023
1 parent d36d80f commit 8fa61aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ RUN pip3 install --no-cache-dir --disable-pip-version-check xonsh prompt_toolkit

RUN pwsh -Command "Install-Module PSScriptAnalyzer -Scope AllUsers -Force"

RUN git config --system safe.directory '*'

COPY --from=bat /usr/local/bin/* /usr/local/bin/
COPY --from=ble /go/ble.sh /opt/ble.sh
COPY --from=elvish /usr/local/bin/* /usr/local/bin/
Expand Down

0 comments on commit 8fa61aa

Please sign in to comment.