Skip to content

Commit f3f39e2

Browse files
committed
adding go 2
1 parent b8525d5 commit f3f39e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dockerfiles/debian_kind

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM --platform=i386 i386/debian:buster
22
ARG DEBIAN_FRONTEND=noninteractive
33
RUN apt-get clean && apt-get update && apt-get -y upgrade
4-
RUN apt-get -y install apt-utils gcc \
4+
RUN apt-get -y install apt-utils \
55
vim unzip \
66
fakeroot dbus base whiptail hexedit \
77
patch wamerican ucf manpages \
88
file luajit make lua50 dialog curl \
9-
less cowsay netcat-openbsd\
9+
less netcat-openbsd\
1010
apt-transport-https \
1111
ca-certificates \
1212
curl \
@@ -16,8 +16,7 @@ RUN apt-get -y install apt-utils gcc \
1616

1717
# Download and install Docker static binaries
1818
RUN curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-27.3.1.tgz | tar -xz -C /usr/local/bin --strip-components=1 docker/docker && \
19-
chmod +x /usr/local/bin/docker && \
20-
rm docker-27.3.1.tgz
19+
chmod +x /usr/local/bin/docker
2120

2221
# Download and install Go
2322

0 commit comments

Comments
 (0)