ci: cache musl library in docker build workflow (#6392)

* ci: add musl libs into action cache

* build: update Dockerfile.ci
This commit is contained in:
Mmx
2024-05-02 22:28:13 +08:00
committed by GitHub
parent b704bba444
commit 7bf5014417
4 changed files with 44 additions and 11 deletions

View File

@ -3,7 +3,7 @@ ARG TARGETPLATFORM
LABEL MAINTAINER="i@nn.ci"
VOLUME /opt/alist/data/
WORKDIR /opt/alist/
COPY /${TARGETPLATFORM}/alist ./
COPY /build/${TARGETPLATFORM}/alist ./
COPY entrypoint.sh /entrypoint.sh
RUN apk update && \
apk upgrade --no-cache && \