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