Commit 35014cd2 authored by Anton Midyukov's avatar Anton Midyukov

lib/ve.mk: add apt-https to ve/.apt

apt-https is needed for all containers with apt. Request by Alexey Shabalin through Nadezhda Fedorova.
parent eb6b367a
......@@ -12,7 +12,7 @@ ve/.bare: profile/bare use/branding/notes
# add package management
ve/.apt: ve/.bare
@$(call add,BASE_PACKAGES,apt)
@$(call add,BASE_PACKAGES,apt apt-https)
# also add networking
ve/.base: ve/.apt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment