awawa
This commit is contained in:
parent
1764076154
commit
f692fdb48f
1 changed files with 1 additions and 18 deletions
19
Dockerfile
19
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
|
||||
|
|
Loading…
Add table
Reference in a new issue