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> | 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 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue