From c63737bb39d317ed2a1f06e955bdf82f293b92d1 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 11 Dec 2015 09:53:56 +0000 Subject: [PATCH] Add real blkid, as it is much more functional than busybox Signed-off-by: Justin Cormack --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 414bc046c..81a6256f1 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Justin Cormack COPY repositories /etc/apk -RUN apk update && apk upgrade && apk add e2fsprogs docker chrony +RUN apk update && apk upgrade && apk add e2fsprogs docker chrony blkid COPY etc /etc/