mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 08:31:10 +01:00
Include curl
This commit is contained in:
parent
007660573b
commit
3b184d71a7
|
@ -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 ["/", "/"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user