aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-06 19:25:26 +0000
committersickcodes <[email protected]>2021-03-06 19:25:26 +0000
commitc2916fd48748ff15dbb8cb79cc9b5655e4d509eb (patch)
treeac6c515e3a8af4763ef35547499ca6c9c4d8c8b4
parentFix BOOTDISK expected logic (diff)
downloaddocker-osx-c2916fd48748ff15dbb8cb79cc9b5655e4d509eb.tar.xz
docker-osx-c2916fd48748ff15dbb8cb79cc9b5655e4d509eb.zip
Dockerfile syntax error.
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.auto2
-rw-r--r--Dockerfile.naked2
3 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index f5cba65..72f249e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -247,7 +247,7 @@ USER arch
ENV USER arch
-ENV BOOTDISK
+ENV BOOTDISK=
ENV DISPLAY=:0.0
diff --git a/Dockerfile.auto b/Dockerfile.auto
index 3ea721d..a9cb6a5 100644
--- a/Dockerfile.auto
+++ b/Dockerfile.auto
@@ -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
diff --git a/Dockerfile.naked b/Dockerfile.naked
index f0d0075..44fa0e4 100644
--- a/Dockerfile.naked
+++ b/Dockerfile.naked
@@ -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