Incorporated feedback from review

Signed-off-by: Boris Pruessmann <boris@pruessmann.org>
Upstream-commit: ea70c9f596bb5cb523ce8baa4bf8caf53efd90bc
Component: engine
This commit is contained in:
Boris Pruessmann
2017-03-01 20:27:53 +01:00
parent c6ebb9e13b
commit 8bdc10bd7a
+1 -11
View File
@@ -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