Skip to content

Commit

Permalink
Add composer; fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinignisca committed Dec 14, 2023
1 parent de7ee18 commit 4fc19c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions php/8.2-magento/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM php:8.2.13-fpm-bookworm

COPY --from=mlocati/php-extension-installer:2.1.69 /usr/bin/install-php-extensions /usr/local/bin/
COPY --from=composer:2.2.22 /usr/bin/composer /usr/local/bin/

RUN /usr/local/bin/install-php-extensions \
apcu \
Expand Down
4 changes: 2 additions & 2 deletions php/8.2-magento/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ target "default" {
"linux/arm64"
]
tags = [
"nosweatframework/php:8.2.13-magento"
"nosweatframework/php:8.2-magento",
"nosweatframework/php:8.2.13-magento",
"nosweatframework/php:8.2-magento"
]
}

0 comments on commit 4fc19c9

Please sign in to comment.