Skip to content

Instantly share code, notes, and snippets.

@janbuecker
Created August 27, 2018 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janbuecker/069aa808df279e033f31118ed104b66f to your computer and use it in GitHub Desktop.
Save janbuecker/069aa808df279e033f31118ed104b66f to your computer and use it in GitHub Desktop.
Composer from multistage
FROM composer as composer
FROM php:7.2-fpm
COPY --from=composer /usr/bin/composer /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment