mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
remove apk update as 'no-cache' already updates
This commit is contained in:
parent
2540cb0f09
commit
4358e1898c
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ FROM node:20-alpine as build
|
|||
WORKDIR /calckey
|
||||
|
||||
# Install compilation dependencies
|
||||
RUN apk update
|
||||
RUN apk add --no-cache --no-progress git alpine-sdk python3 rust cargo vips
|
||||
|
||||
# Copy only the dependency-related files first, to cache efficiently
|
||||
|
|
Loading…
Reference in a new issue