mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-29 17:22:33 +00:00
Add ping to swss-layer docker (#11093)
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
@@ -6,6 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install iputils-ping
|
||||
|
||||
{% if docker_swss_layer_bullseye_debs.strip() -%}
|
||||
# Copy locally-built Debian package dependencies
|
||||
{{ copy_files("debs/", docker_swss_layer_bullseye_debs.split(' '), "/debs/") }}
|
||||
|
||||
@@ -6,6 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install iputils-ping
|
||||
|
||||
{% if docker_swss_layer_buster_debs.strip() -%}
|
||||
# Copy locally-built Debian package dependencies
|
||||
{{ copy_files("debs/", docker_swss_layer_buster_debs.split(' '), "/debs/") }}
|
||||
|
||||
Reference in New Issue
Block a user