[sonic-buildimage] Fix build issue for docker-dhcp-relay-dbg.gz. Issue (#4136)
is coming becuase some of debian package not able to fetch. Signed-off-by: Abhishek <abdosi@microsoft.com>
This commit is contained in:
parent
1f4325e3bf
commit
51fa5e4666
@ -28,7 +28,7 @@ debs/{{ deb }}{{' '}}
|
|||||||
{% if $3 is defined %}
|
{% if $3 is defined %}
|
||||||
{% if $3|length %}
|
{% if $3|length %}
|
||||||
|
|
||||||
RUN apt-get install -f -y \
|
RUN apt-get update && apt-get install -f -y \
|
||||||
{% for dbg in $3.split(' ') -%}
|
{% for dbg in $3.split(' ') -%}
|
||||||
{{ dbg }}{{' '}}
|
{{ dbg }}{{' '}}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user