From f692fdb48fb1a2e6c99a24bb39eb7a24e7f3015a Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 17 Jul 2024 12:13:03 -0400 Subject: [PATCH] awawa --- Dockerfile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/Dockerfile b/Dockerfile index b7c2784..969ffc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,24 +26,7 @@ RUN make install FROM alpine:3.20 -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/* +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/* COPY --from=build /usr/bin/hugo /usr/bin/hugo COPY --from=build /usr/bin/node /usr/bin/node