You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| # Dockerfile for open-vmdk | ||||
| # | ||||
|  | ||||
| FROM debian:12 | ||||
| FROM debian:12 AS build | ||||
| MAINTAINER EasyPi Software Foundation | ||||
|  | ||||
| ARG OPEN_VMDK_VERSION=v0.3.10 | ||||
| @@ -19,3 +19,8 @@ RUN set -xe \ | ||||
|  && cd .. \ | ||||
|  && apt remove -y build-essential curl zlib1g-dev \ | ||||
|  && rm -rf open-vmdk /var/lib/apt/lists/* | ||||
|  | ||||
| FROM debian:12 | ||||
|  | ||||
| COPY --from=build /usr/bin/vmdk-convert /usr/local/bin/ | ||||
| COPY --from=build /usr/bin/ova-compose /usr/local/bin/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user