Dockerfile syntax error.

pull/169/head
sickcodes 4 years ago
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…
Cancel
Save