mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-22 18:29:58 +08:00
Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh
This commit is contained in:
parent
1ce7a06093
commit
c3360712c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user