1
0
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:
Azalea Gui 2022-12-30 14:49:16 -05:00
parent ab4eeae887
commit 5da5bea9b1
No known key found for this signature in database
GPG Key ID: E289FAC0DA92DD2B

View File

@ -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