From 1c7a66eda768dcdcc210c7c43d80770bfb59b435 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Mon, 6 Feb 2017 13:32:21 -0800 Subject: [PATCH] remove musl-dev in man/Dockerfile.armhf Signed-off-by: Andrew Hsu --- man/Dockerfile.armhf | 1 - 1 file changed, 1 deletion(-) diff --git a/man/Dockerfile.armhf b/man/Dockerfile.armhf index 85ea591fe0..e7ea495646 100644 --- a/man/Dockerfile.armhf +++ b/man/Dockerfile.armhf @@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \ bash \ curl \ gcc \ - musl-dev \ make ENV GO_VERSION 1.7.5