mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 07:21:10 +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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user