Browse Source

remove musl-dev in man/Dockerfile.armhf

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
Andrew Hsu 8 năm trước cách đây
mục cha
commit
1c7a66eda7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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