Include curl

This commit is contained in:
Aleksandar Puharic 2024-05-22 01:11:47 +02:00
parent 007660573b
commit 3b184d71a7
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -39,7 +39,7 @@ FROM ghcr.io/n0rthernl1ghts/wordpress:${WP_VERSION}
ENV PATH="${PATH}:/root/.composer/vendor/bin" ENV PATH="${PATH}:/root/.composer/vendor/bin"
RUN set -eux \ RUN set -eux \
&& apk add --update --no-cache exa file fish git less nano openssh-client rsync tree unzip wget && apk add --update --no-cache curl exa file fish git less nano openssh-client rsync tree unzip wget
COPY --from=rootfs ["/", "/"] COPY --from=rootfs ["/", "/"]