Fix ##12434 - Empty continuation line warning while building docker image (#12435)
This commit is contained in:
		
							parent
							
								
									5512fe7d46
								
							
						
					
					
						commit
						d3f5001433
					
				|  | @ -20,11 +20,8 @@ ARG HUGO_VERSION | |||
| 
 | ||||
| RUN mkdir -p /usr/local/src && \ | ||||
|     cd /usr/local/src && \ | ||||
|     #curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-64bit.tar.gz | tar -xz && \ | ||||
|     curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-64bit.tar.gz | tar -xz && \ | ||||
|     mv hugo /usr/local/bin/hugo && \ | ||||
|     #curl -L https://bin.equinox.io/c/dhgbqpS8Bvy/minify-stable-linux-amd64.tgz | tar -xz && \ | ||||
|     #mv minify /usr/local/bin && \ | ||||
|     addgroup -Sg 1000 hugo && \ | ||||
|     adduser -Sg hugo -u 1000 -h /src hugo | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue