add ping to containers
Build and Push Docker Images / build-and-push (push) Successful in 13m18s

This commit is contained in:
2025-11-03 18:10:43 +01:00
parent 4a261fc83b
commit eaf37205df
3 changed files with 3 additions and 0 deletions
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
git \ git \
openssh-client \ openssh-client \
unzip \ unzip \
iputils-ping \
libpng-dev \ libpng-dev \
libjpeg-dev \ libjpeg-dev \
libfreetype6-dev \ libfreetype6-dev \
+1
View File
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
git \ git \
openssh-client \ openssh-client \
openssh-server \ openssh-server \
iputils-ping \
software-properties-common \ software-properties-common \
sudo \ sudo \
curl \ curl \
@@ -7,6 +7,7 @@ WORKDIR /workspace
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
python3 \ python3 \
iputils-ping \
curl \ curl \
software-properties-common \ software-properties-common \
git \ git \