Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit 8427198

Browse files
committed
fix Dockerfiles
1 parent 2904fa0 commit 8427198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/vbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN wget --progress=bar:force -O hack/build/vars https://github.com/blacktop/vm-
1414
RUN wget --progress=bar:force -O hack/build/bin https://github.com/blacktop/vm-proxy/raw/master/hack/build/bin
1515
RUN chmod +x hack/build/*
1616

17-
RUN hack/build/bin
17+
RUN CLIENT=vbox hack/build/bin
1818

1919
#############################################
2020
## [vbox image] ###########################

clients/vmware/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN wget --progress=bar:force -O hack/build/vars https://github.com/blacktop/vm-
1414
RUN wget --progress=bar:force -O hack/build/bin https://github.com/blacktop/vm-proxy/raw/master/hack/build/bin
1515
RUN chmod +x hack/build/*
1616

17-
RUN hack/build/bin
17+
RUN CLIENT=vmware hack/build/bin
1818

1919
#############################################
2020
## [vmware image] ###########################

0 commit comments

Comments
 (0)