Attempt native imagebuilder image
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Acquire {
|
||||
{% if http_proxy %}
|
||||
http::Proxy "{{ http_proxy }}";
|
||||
{% endif %}
|
||||
{% if https_proxy %}
|
||||
https::Proxy "{{ https_proxy }}";
|
||||
{% endif %}
|
||||
}
|
||||
Reference in New Issue
Block a user