From 259224176f392595011d83fda3b62dbc942eec88 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 11 May 2016 14:56:58 +0100 Subject: [PATCH] We do not seem to need syslinux in the image, and it brings in libpng and things we do not need Signed-off-by: Justin Cormack --- alpine/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ed52e428a..7df5775eb 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -14,8 +14,6 @@ RUN \ xz \ iptables \ sfdisk \ - lvm2 \ - syslinux \ openrc \ busybox-initscripts \ alpine-conf \