build-arg to define base-image, fix locale for Debian

This commit is contained in:
Matyas Markovics
2019-03-12 23:28:58 +01:00
parent 14394bcb3f
commit 4f65f0a270
3 changed files with 23 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
FROM ubuntu:18.04
ARG BASE_IMAGE
FROM $BASE_IMAGE
MAINTAINER Phusion <info@phusion.nl>
COPY . /bd_build