mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
Add packages for iso builds
This commit is contained in:
committed by
Lucas Bajolet
parent
c6f530d6d5
commit
8ce3aae2f7
+2
-2
@@ -45,7 +45,7 @@ LABEL name="Packer" \
|
||||
ENV HASHICORP_RELEASES=https://releases.hashicorp.com
|
||||
|
||||
RUN set -eux && \
|
||||
apk add --no-cache git bash wget openssl gnupg && \
|
||||
apk add --no-cache git bash wget openssl gnupg xorriso && \
|
||||
gpg --keyserver keyserver.ubuntu.com --recv-keys C874011F0AB405110D02105534365D9472D7468F && \
|
||||
mkdir -p /tmp/build && \
|
||||
cd /tmp/build && \
|
||||
@@ -95,7 +95,7 @@ LABEL name="Packer" \
|
||||
summary="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration." \
|
||||
description="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. Please submit issues to https://github.com/hashicorp/packer/issues"
|
||||
|
||||
RUN apk add --no-cache git bash wget openssl gnupg
|
||||
RUN apk add --no-cache git bash wget openssl gnupg xorriso
|
||||
|
||||
COPY dist/$TARGETOS/$TARGETARCH/$BIN_NAME /bin/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user