diff options
| author | Peter Dave Hello <[email protected]> | 2020-12-31 18:30:53 +0800 |
|---|---|---|
| committer | Peter Dave Hello <[email protected]> | 2021-01-04 18:37:41 +0800 |
| commit | c3360712c9d0e886dc7792cd149b4c360d6e1f64 (patch) | |
| tree | 8eca2fcf66ba733b27f923bb8bf71ea1d2214a68 /Dockerfile | |
| parent | More attractive image + credits updates (diff) | |
| download | docker-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-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |