Dockerfile fix modular variable

variable added in previous commit
to allow dockerfile to accept
base image in a modular fashion
overrides all input. Changes this
variable to prevent that.

Change-Id: I09cea1d1b89044fc20c7d22ff4447f658ffee736
This commit is contained in:
jh629g 2020-01-22 13:26:17 -06:00
parent 9deb5946d3
commit 6006695f76
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE=ubuntu:18.04
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
ENV DEBIAN_FRONTEND noninteractive