Created
December 8, 2022 15:20
-
-
Save paulodutra/6cafa63a264bb468b6de625ed7d5d568 to your computer and use it in GitHub Desktop.
You can use this dockerfile for install composer and php together using only official images docker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM composer as composer | |
FROM php:VERSION | |
COPY --from=composer /usr/bin/composer /usr/bin/composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment