set base image from ARG.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM m1k1o/neko:base
|
||||
ARG BASE_IMAGE=m1k1o/neko:base
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
#
|
||||
# install neko chromium
|
||||
|
Reference in New Issue
Block a user