Incorporated feedback from review
Signed-off-by: Boris Pruessmann <boris@pruessmann.org>
This commit is contained in:
parent
39b2f9dd8f
commit
6f4f45a134
@ -1,16 +1,6 @@
|
|||||||
FROM aarch64/ubuntu:xenial
|
FROM aarch64/ubuntu:xenial
|
||||||
|
|
||||||
# allow replacing httpredir or deb mirror
|
RUN apt-get update && apt-get install -y git golang-go curl
|
||||||
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
|
|
||||||
|
|
||||||
ENV GO_VERSION 1.7.5
|
ENV GO_VERSION 1.7.5
|
||||||
ENV GOARCH arm64
|
ENV GOARCH arm64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user