[fix] docker does not build on php:alpine

This commit is contained in:
Lkeme 2023-01-26 23:23:48 +08:00
parent d32e32b2ad
commit 84799aa574

View File

@ -47,6 +47,7 @@ RUN set -x; \
#ENV PATH=/root/.composer/vendor/bin:$PATH
RUN apk add --no-cache git && \
apk add --no-cache linux-headers && \
git clone ${REPO_URL}/lkeme/BiliHelper-personal.git --depth=1 /app && \
cp -f /app/docker/entrypoint.sh /usr/local/bin/entrypoint.sh && \
chmod 777 /usr/local/bin/entrypoint.sh && \