Add ping to swss-layer docker (#11093)
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
0b1ae9c43c
commit
ead106eda8
@ -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/") }}
|
||||
|
Loading…
Reference in New Issue
Block a user