mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
remove apk cache as it seems to have issues
This commit is contained in:
parent
6a238948c2
commit
4e90bd8e46
@ -7,8 +7,7 @@ WORKDIR /app
|
||||
|
||||
COPY --link package.json pnpm-lock.yaml* ./
|
||||
|
||||
RUN --mount=type=cache,id=apk,sharing=locked,target=/var/cache/apk \
|
||||
<<EOF
|
||||
RUN <<EOF
|
||||
set -xe
|
||||
apk add libc6-compat
|
||||
apk add --virtual .gyp python3 make g++
|
||||
|
Loading…
x
Reference in New Issue
Block a user