mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +01:00
Include shellcheck and shfmt
This commit is contained in:
parent
a24c5bd1a5
commit
333acce410
|
@ -4,6 +4,12 @@ FROM scratch AS rootfs
|
||||||
# Install composer
|
# Install composer
|
||||||
COPY --from=composer:2.7 ["/usr/bin/composer", "/usr/local/bin/composer"]
|
COPY --from=composer:2.7 ["/usr/bin/composer", "/usr/local/bin/composer"]
|
||||||
|
|
||||||
|
# Install shellcheck
|
||||||
|
COPY --from=koalaman/shellcheck:stable ["/bin/shellcheck", "/usr/local/bin/shellcheck"]
|
||||||
|
|
||||||
|
# Install shfmt
|
||||||
|
COPY --from=mvdan/shfmt:latest ["/bin/shfmt", "/usr/local/bin/shfmt"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ARG WP_VERSION
|
ARG WP_VERSION
|
||||||
|
|
Loading…
Reference in New Issue
Block a user