mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-19 02:28:50 -05:00
Add packages for iso builds
This commit is contained in:
parent
c6f530d6d5
commit
8ce3aae2f7
1 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue