From 3caf4e509fb1358cdb0f5b7329ce0026c3e953b9 Mon Sep 17 00:00:00 2001 From: Dennis Haney Date: Fri, 28 Jun 2024 13:14:09 +0200 Subject: [PATCH] fix: use alias instead of fullname --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a75f9af..cd7b681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /var/www/html RUN apt-get update -y && apt-get install -y openssl zip unzip git # install composer -COPY --from=composer:latest /usr/bin/composer /usr/bin/composer +COPY --from=builder /usr/bin/composer /usr/bin/composer # install wordpress cli RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \