mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
[F] Fix git config
This commit is contained in:
parent
ab4eeae887
commit
5da5bea9b1
@ -9,4 +9,5 @@ COPY requirements.txt /app
|
|||||||
RUN pip install -r requirements.txt \
|
RUN pip install -r requirements.txt \
|
||||||
&& echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
&& echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
&& apk add --no-cache 'opencc@testing=1.1.4-r0' git \
|
&& apk add --no-cache 'opencc@testing=1.1.4-r0' git \
|
||||||
&& ln -s "/usr/lib/libopencc.so.1.1.3" "/usr/lib/libopencc.so.1"
|
&& ln -s "/usr/lib/libopencc.so.1.1.3" "/usr/lib/libopencc.so.1" \
|
||||||
|
&& git config --global --add safe.directory /app
|
||||||
|
Loading…
Reference in New Issue
Block a user