mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-10 19:42:41 +01:00
Include shellcheck and shfmt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user