This commit is contained in:
parent
453de75345
commit
116019297b
1 changed files with 5 additions and 2 deletions
|
@ -32,6 +32,7 @@ FROM alpine:3.20
|
||||||
|
|
||||||
RUN apk add --update --no-cache \
|
RUN apk add --update --no-cache \
|
||||||
c-ares \
|
c-ares \
|
||||||
|
git \
|
||||||
nghttp2 \
|
nghttp2 \
|
||||||
libcrypto3 \
|
libcrypto3 \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
|
@ -43,7 +44,9 @@ RUN apk add --update --no-cache \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
rsync \
|
rsync \
|
||||||
openssh \
|
openssh \
|
||||||
npm \
|
libuv \
|
||||||
|
bash \
|
||||||
|
brotli \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY --from=build /usr/bin/hugo /usr/bin/hugo
|
COPY --from=build /usr/bin/hugo /usr/bin/hugo
|
||||||
|
@ -53,4 +56,4 @@ COPY --from=build /usr/include/node /usr/include/node
|
||||||
RUN mkdir /home/app
|
RUN mkdir /home/app
|
||||||
WORKDIR /home/app
|
WORKDIR /home/app
|
||||||
|
|
||||||
ENTRYPOINT [ "/bin/sh" ]
|
ENTRYPOINT [ "/bin/bash" ]
|
Loading…
Add table
Reference in a new issue