Add DOCKER_PREFIX for internal builds.
This commit is contained in:
parent
36c2ef518b
commit
6b59fe3d8b
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue