Skip to content

Commit

Permalink
Fix git error in Docker because the src dir is not owned by root
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Feb 2, 2023
1 parent 4d5ea0b commit 414a855
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 @@ -29,5 +29,7 @@ RUN /src/install-android-sdk
# Must match the value in ci/install-android-sdk
ENV ANDROID_SDK_ROOT /opt/android-sdk

RUN git config --global --add safe.directory /src/pixelwheels

WORKDIR /root
ENTRYPOINT ["/bin/bash"]

0 comments on commit 414a855

Please sign in to comment.