Fixed error in Dockerfile

Dockerfile features variable which
overrides the correct base image
value being passed to Dockerfile,
if the correct value is different
than the default value.

Change-Id: Icd9c1f358f29d99521491b9e0e2885c235fac158
This commit is contained in:
jh629g 2020-01-22 10:09:07 -06:00
parent 63ccc0b276
commit f7283a3588
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE=ubuntu:18.04
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
#ubuntu environment variables