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:
parent
9deb5946d3
commit
6006695f76
@ -1,4 +1,4 @@
|
||||
ARG BASE_IMAGE=ubuntu:18.04
|
||||
ARG BASE_IMAGE
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
Loading…
x
Reference in New Issue
Block a user