Dockerfile syntax error.

This commit is contained in:
sickcodes 2021-03-06 19:25:26 +00:00
parent 7382df8fa1
commit c2916fd487
3 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ USER arch
ENV USER arch
ENV BOOTDISK
ENV BOOTDISK=
ENV DISPLAY=:0.0

View File

@ -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

View File

@ -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