1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

be able to change the local build param

This commit is contained in:
Valentin Vieriu
2018-12-03 11:40:17 +01:00
parent e2c23cace0
commit 18e3bd4f0d
4 changed files with 6 additions and 74 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
REPO ?= dorowu/ubuntu-desktop-lxde-vnc
TAG ?= latest
IMAGE ?= ubuntu:18.04
LOCALBUILD ?= 1
LOCALBUILD ?= tw
build:
docker build -t $(REPO):$(TAG) --build-arg localbuild=$(LOCALBUILD) --build-arg image=$(IMAGE) .