This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user