mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-03-26 02:41:03 +01:00
fix: vnc version support arg BASE_IMAGE. support dynamic change of Base Image
This commit is contained in:
@@ -70,7 +70,8 @@
|
||||
# VNC Version
|
||||
# Let's piggyback the other image:
|
||||
|
||||
FROM sickcodes/docker-osx:latest
|
||||
ARG BASE_IMAGE=sickcodes/docker-osx:latest
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user