Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Mar 10, 2024
1 parent 423fa47 commit d6a5b05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dev/BASE
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,17 @@ RUN \
--with-http_v2_module && \
make -j"$(nproc)" && make install

RUN curl -fsSL https://get.acme.sh | sh -s [email protected]
# RUN curl -fsSL https://get.acme.sh | sh -s [email protected]

FROM alpine:3.19
ENV XUSER nginx

RUN apk --no-cache add ca-certificates openssl pcre zlib tzdata git
RUN apk --no-cache add ca-certificates openssl pcre zlib tzdata git curl

COPY --from=NGINX /usr/sbin/nginx /usr/sbin/nginx
COPY --from=NGINX /root/.acme.sh/acme.sh /root/acme.sh
# COPY --from=NGINX /root/.acme.sh/acme.sh /root/acme.sh

RUN curl -fsSL https://get.acme.sh | sh -s [email protected]

# RUN du -sh / >> /etc/store.debug

Expand Down

0 comments on commit d6a5b05

Please sign in to comment.