remove apk update as 'no-cache' already updates

This commit is contained in:
Lily Cohen 2023-06-07 11:37:42 -06:00 committed by Namekuji
parent 90c7ecf92f
commit 90ad37c3a3
No known key found for this signature in database
GPG key ID: B541BD6E646CABC7

View file

@ -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