revert golang installation

This commit is contained in:
sparklyballs 2016-10-26 12:52:13 +01:00 committed by GitHub
parent 92e85e3c59
commit 0d7873bc7a

View File

@ -15,7 +15,6 @@ ARG PACKAGE_LIST="\
gawk \
gcc \
git \
golang-go \
gperf \
gzip \
libc6-dev \
@ -41,9 +40,6 @@ RUN \
apt-get install -y \
$PACKAGE_LIST && \
# symlink for go
ln -s /usr/lib/go /usr/lib/golang && \
# clean up
rm -rf \
/var/lib/apt/lists/*