Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh

This commit is contained in:
Peter Dave Hello 2020-12-31 18:30:53 +08:00
parent 1ce7a06093
commit c3360712c9

View File

@ -55,6 +55,8 @@ FROM archlinux:latest
MAINTAINER 'https://sick.codes' <https://sick.codes> 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 # change disk size here or add during build, e.g. --build-arg VERSION=10.14.5 --build-arg SIZE=50G
ARG SIZE=200G ARG SIZE=200G
ARG VERSION=10.15.6 ARG VERSION=10.15.6