Merge branch '24-git' into 'master'
git: Set /repo as safe directory Closes #24 See merge request fdroid/docker-executable-fdroidserver!16
This commit is contained in:
commit
a8ba8d37cf
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ RUN . /etc/profile.d/bsenv.sh \
|
||||||
&& echo y | sdkmanager "build-tools;32.0.0" \
|
&& echo y | sdkmanager "build-tools;32.0.0" \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN git config --global safe.directory /repo
|
||||||
|
|
||||||
VOLUME ["/repo"]
|
VOLUME ["/repo"]
|
||||||
WORKDIR /repo
|
WORKDIR /repo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue