mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #261 from c-po/equuleus
T4652: upgrade PowerDNS recursor to 4.7 series
This commit is contained in:
commit
3d5749f42b
@ -10,7 +10,7 @@
|
||||
"release_train": "equuleus",
|
||||
"additional_repositories": [
|
||||
"deb [arch=amd64] https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main",
|
||||
"deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-45 main"
|
||||
"deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-47 main"
|
||||
],
|
||||
"custom_packages": []
|
||||
}
|
||||
|
||||
@ -604,6 +604,7 @@ RUN apt-get update && apt-get install -y \
|
||||
ruby-dev \
|
||||
rubygems \
|
||||
build-essential
|
||||
RUN gem install public_suffix -v 4.0.7
|
||||
RUN gem install --no-document fpm
|
||||
|
||||
# Allow password-less 'sudo' for all users in group 'sudo'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user