Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulodutra/6cafa63a264bb468b6de625ed7d5d568 to your computer and use it in GitHub Desktop.
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.
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