Add DOCKER_PREFIX for internal builds.

This commit is contained in:
Will Rouesnel 2017-12-22 11:10:47 +11:00
parent 36c2ef518b
commit 6b59fe3d8b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
FROM ubuntu:artful
ARG DOCKER_PREFIX=
FROM ${DOCKER_PREFIX}ubuntu:artful
# Normalize apt sources
RUN cat /etc/apt/sources.list | grep -v '^#' | sed /^$/d | sort | uniq > sources.tmp.1 && \