mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		| @@ -58,6 +58,7 @@ ENV ROUNDCUBEMAIL_VERSION $VERSION | ||||
|  | ||||
| # Download package and extract to web volume | ||||
| RUN set -ex; \ | ||||
| 	chmod +x /docker-entrypoint.sh; \ | ||||
| 	curl -o roundcubemail.tar.gz -fSL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz; \ | ||||
| 	curl -o roundcubemail.tar.gz.asc -fSL https://github.com/roundcube/roundcubemail/releases/download/${ROUNDCUBEMAIL_VERSION}/roundcubemail-${ROUNDCUBEMAIL_VERSION}-complete.tar.gz.asc; \ | ||||
| 	export GNUPGHOME="$(mktemp -d)"; \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user