Skip to content

Commit 51fa5e4

Browse files
authored
[sonic-buildimage] Fix build issue for docker-dhcp-relay-dbg.gz. Issue (sonic-net#4136)
is coming becuase some of debian package not able to fetch. Signed-off-by: Abhishek <abdosi@microsoft.com>
1 parent 1f4325e commit 51fa5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_debug_docker_j2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ debs/{{ deb }}{{' '}}
2828
{% if $3 is defined %}
2929
{% if $3|length %}
3030
31-
RUN apt-get install -f -y \
31+
RUN apt-get update && apt-get install -f -y \
3232
{% for dbg in $3.split(' ') -%}
3333
{{ dbg }}{{' '}}
3434
{%- endfor %}

0 commit comments

Comments
 (0)