mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Incorporated feedback from review
Signed-off-by: Boris Pruessmann <boris@pruessmann.org>
Upstream-commit: 6f4f45a134
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
e6b3880a3d
commit
2a91e4f93d
@@ -1,16 +1,6 @@
|
||||
FROM aarch64/ubuntu:xenial
|
||||
|
||||
# allow replacing httpredir or deb mirror
|
||||
ARG APT_MIRROR=deb.debian.org
|
||||
RUN sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
bash \
|
||||
curl \
|
||||
gcc \
|
||||
gccgo \
|
||||
make
|
||||
RUN apt-get update && apt-get install -y git golang-go curl
|
||||
|
||||
ENV GO_VERSION 1.7.5
|
||||
ENV GOARCH arm64
|
||||
|
||||
Reference in New Issue
Block a user