Compare commits

..

No commits in common. "master" and "5" have entirely different histories.
master ... 5

View File

@ -15,6 +15,7 @@ ARG PACKAGE_LIST="\
gawk \
gcc \
git \
golang-go \
gperf \
gzip \
libc6-dev \
@ -40,6 +41,9 @@ 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/*