mirror of https://github.com/docker/cli.git
remove musl-dev in man/Dockerfile.armhf
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
parent
a39f753e56
commit
ff9b736d52
|
@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
bash \
|
bash \
|
||||||
curl \
|
curl \
|
||||||
gcc \
|
gcc \
|
||||||
musl-dev \
|
|
||||||
make
|
make
|
||||||
|
|
||||||
ENV GO_VERSION 1.7.5
|
ENV GO_VERSION 1.7.5
|
||||||
|
|
Loading…
Reference in New Issue