mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-11-04 03:57:57 +00:00 
			
		
		
		
	[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:
		@@ -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 %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user