aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPeter Dave Hello <[email protected]>2020-12-31 18:30:53 +0800
committerPeter Dave Hello <[email protected]>2021-01-04 18:37:41 +0800
commitc3360712c9d0e886dc7792cd149b4c360d6e1f64 (patch)
tree8eca2fcf66ba733b27f923bb8bf71ea1d2214a68 /Dockerfile
parentMore attractive image + credits updates (diff)
downloaddocker-osx-c3360712c9d0e886dc7792cd149b4c360d6e1f64.tar.xz
docker-osx-c3360712c9d0e886dc7792cd149b4c360d6e1f64.zip
Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index bac4081..1da1b4e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -55,6 +55,8 @@ FROM archlinux:latest
MAINTAINER 'https://sick.codes' <https://sick.codes>
+SHELL ["/bin/bash", "-c"]
+
# change disk size here or add during build, e.g. --build-arg VERSION=10.14.5 --build-arg SIZE=50G
ARG SIZE=200G
ARG VERSION=10.15.6