Browse Source

remove musl-dev in man/Dockerfile.armhf

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
Andrew Hsu 8 years ago
parent
commit
1c7a66eda7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      man/Dockerfile.armhf

+ 0 - 1
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