Skip to content

Commit

Permalink
chore: remove unneeded packages
Browse files Browse the repository at this point in the history
This removes packages we don't need anymore.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
  • Loading branch information
andrewrynhard committed Sep 10, 2019
1 parent 473df84 commit 1ce02c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,8 @@ FROM alpine:3.8 AS installer
RUN apk --update add \
bash \
cdrkit \
curl \
qemu-img \
syslinux \
unzip \
util-linux \
xfsprogs
COPY hack/installer/entrypoint.sh /bin/entrypoint.sh
COPY --from=kernel /vmlinuz /usr/install/vmlinuz
Expand Down
4 changes: 0 additions & 4 deletions hack/installer/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ function create_vmdk() {
qemu-img convert -f raw -O vmdk ${TALOS_RAW} ${TALOS_VMDK}
}

function create_ami() {
packer build -var "version=${VERSION}" "${@}" /packer.json
}

function cleanup {
umount 2>/dev/null || true
losetup -d ${DEVICE} 2>/dev/null || true
Expand Down

0 comments on commit 1ce02c3

Please sign in to comment.