mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +08:00
[fix] docker does not build on php:alpine
This commit is contained in:
parent
d32e32b2ad
commit
84799aa574
@ -47,6 +47,7 @@ RUN set -x; \
|
|||||||
#ENV PATH=/root/.composer/vendor/bin:$PATH
|
#ENV PATH=/root/.composer/vendor/bin:$PATH
|
||||||
|
|
||||||
RUN apk add --no-cache git && \
|
RUN apk add --no-cache git && \
|
||||||
|
apk add --no-cache linux-headers && \
|
||||||
git clone ${REPO_URL}/lkeme/BiliHelper-personal.git --depth=1 /app && \
|
git clone ${REPO_URL}/lkeme/BiliHelper-personal.git --depth=1 /app && \
|
||||||
cp -f /app/docker/entrypoint.sh /usr/local/bin/entrypoint.sh && \
|
cp -f /app/docker/entrypoint.sh /usr/local/bin/entrypoint.sh && \
|
||||||
chmod 777 /usr/local/bin/entrypoint.sh && \
|
chmod 777 /usr/local/bin/entrypoint.sh && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user