mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
[F] Better dockerfile stability
This commit is contained in:
parent
989f307e52
commit
8cefeaa65c
@ -8,5 +8,5 @@ COPY requirements.txt /app
|
|||||||
# So linking is necessary
|
# So linking is necessary
|
||||||
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 git \
|
&& apk add --no-cache 'opencc@testing=1.1.4-r0' git \
|
||||||
&& ln -s $(find / -name "libopencc.so.1*" -print -quit) /usr/lib/libopencc.so.1 \
|
&& ln -s "/usr/lib/libopencc.so.1.1.3" "/usr/lib/libopencc.so.1"
|
||||||
|
@ -1 +1 @@
|
|||||||
8f826c393e75c64e393b74ccdca67330c6462e4e
|
989f307e52fbb0dcda39d1a9fde5e14fb1c6f6f7
|
||||||
|
Loading…
Reference in New Issue
Block a user