File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11FROM --platform=i386 i386/debian:buster
22ARG DEBIAN_FRONTEND=noninteractive
33RUN 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
1818RUN 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
You can’t perform that action at this time.
0 commit comments