Skip to content

Instantly share code, notes, and snippets.

@ppdeassis
ppdeassis / Dockerfile
Created November 27, 2019 12:57 — forked from gottfrois/Dockerfile
medium-multi-stage-dockerfile-final-dockerfile
###############################
# Stage wkhtmltopdf
FROM madnight/docker-alpine-wkhtmltopdf as wkhtmltopdf
######################
# Stage: ruby
FROM ruby:2.5.1-alpine3.7 as ruby
LABEL description="Base ruby image used by other stages"
######################