This commit is contained in:
brooke 2024-07-17 12:13:03 -04:00
parent 1764076154
commit f692fdb48f

View file

@ -26,24 +26,7 @@ RUN make install
FROM alpine:3.20 FROM alpine:3.20
RUN apk add --update --no-cache \ RUN apk add --update --no-cache c-ares git nghttp2 libcrypto3 icu-libs icu-data-en ca-certificates libgcc libstdc++ libc6-compat linux-headers rsync openssh libuv bash brotli && rm -rf /var/cache/apk/*
c-ares \
git \
nghttp2 \
libcrypto3 \
icu-libs \
icu-data-en \
ca-certificates \
libgcc \
libstdc++ \
libc6-compat \
linux-headers \
rsync \
openssh \
libuv \
bash \
brotli &&
rm -rf /var/cache/apk/*
COPY --from=build /usr/bin/hugo /usr/bin/hugo COPY --from=build /usr/bin/hugo /usr/bin/hugo
COPY --from=build /usr/bin/node /usr/bin/node COPY --from=build /usr/bin/node /usr/bin/node