mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-26 04:01:29 +08:00
Dockerfile syntax error.
This commit is contained in:
parent
7382df8fa1
commit
c2916fd487
@ -247,7 +247,7 @@ USER arch
|
||||
|
||||
ENV USER arch
|
||||
|
||||
ENV BOOTDISK
|
||||
ENV BOOTDISK=
|
||||
|
||||
ENV DISPLAY=:0.0
|
||||
|
||||
|
@ -129,7 +129,7 @@ RUN if [[ "${COMPLETE}" ]]; then \
|
||||
&& wget ${WGET_OPTIONS} -O /home/arch/OSX-KVM/mac_hdd_ng.img "${IMAGE_URL}" \
|
||||
; fi
|
||||
|
||||
ENV BOOTDISK
|
||||
ENV BOOTDISK=
|
||||
|
||||
ENV DISPLAY=:99
|
||||
|
||||
|
@ -102,7 +102,7 @@ RUN mkdir -p ~/.ssh \
|
||||
&& tee -a ~/.ssh/config <<< ' StrictHostKeyChecking no' \
|
||||
&& tee -a ~/.ssh/config <<< ' UserKnownHostsFile=/dev/null'
|
||||
|
||||
ENV BOOTDISK
|
||||
ENV BOOTDISK=
|
||||
|
||||
ENV DISPLAY=:99
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user