From 4ceda01a1262d9e0a28e6a5cccf3d2dc05c83a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 6 Dec 2021 13:44:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20iputils=20so=20that=20ping=20?= =?UTF-8?q?runs=20without=20sudo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ce1f4f..33552b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -116,9 +116,9 @@ ARG TILT_VERSION=0.23.0 RUN helper-curl tar tilt \ https://github.com/tilt-dev/tilt/releases/download/v${TILT_VERSION}/tilt.${TILT_VERSION}.linux.@WTFARCH.tar.gz -FROM alpine +FROM alpine AS shpod ENV COMPLETIONS=/usr/share/bash-completion/completions -RUN apk add apache2-utils bash bash-completion curl docker-cli file git jq libintl ncurses openssh openssl sudo tmux tree vim yq +RUN apk add apache2-utils bash bash-completion curl docker-cli file git iputils jq libintl ncurses openssh openssl sudo tmux tree vim yq COPY --from=compose /usr/local/bin/docker-compose /usr/local/bin COPY --from=crane /usr/local/bin/crane /usr/local/bin