From 3b184d71a7296a3e4b6f7b1ca0a3451f833bcc26 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Wed, 22 May 2024 01:11:47 +0200 Subject: [PATCH] Include curl --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 2c608d2..57baf6e 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -39,7 +39,7 @@ FROM ghcr.io/n0rthernl1ghts/wordpress:${WP_VERSION} ENV PATH="${PATH}:/root/.composer/vendor/bin" 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 ["/", "/"]