You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Dockerfile for open-vmdk
|
# Dockerfile for open-vmdk
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM debian:12
|
FROM debian:12 AS build
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
ARG OPEN_VMDK_VERSION=v0.3.10
|
ARG OPEN_VMDK_VERSION=v0.3.10
|
||||||
@@ -19,3 +19,8 @@ RUN set -xe \
|
|||||||
&& cd .. \
|
&& cd .. \
|
||||||
&& apt remove -y build-essential curl zlib1g-dev \
|
&& apt remove -y build-essential curl zlib1g-dev \
|
||||||
&& rm -rf open-vmdk /var/lib/apt/lists/*
|
&& 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