Skip to content

Commit

Permalink
[sonic-buildimage] Fix build issue for docker-dhcp-relay-dbg.gz. Issue (
Browse files Browse the repository at this point in the history
#4136)

is coming becuase some of debian package not able to fetch.

Signed-off-by: Abhishek <abdosi@microsoft.com>
  • Loading branch information
abdosi committed Feb 14, 2020
1 parent c70a7b8 commit 63b0038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_debug_docker_j2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ debs/{{ deb }}{{' '}}
{% if $3 is defined %}
{% if $3|length %}
RUN apt-get install -f -y \
RUN apt-get update && apt-get install -f -y \
{% for dbg in $3.split(' ') -%}
{{ dbg }}{{' '}}
{%- endfor %}
Expand Down

0 comments on commit 63b0038

Please sign in to comment.