mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
Add keyserver to pacman gpg config
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a6d39aa234
commit
95bc382264
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN set -ex \
|
|||
git \
|
||||
&& useradd -m -u 1000 builder \
|
||||
&& echo "builder ALL=(ALL) NOPASSWD: ALL" >/etc/sudoers.d/builder \
|
||||
&& echo "keyserver hkp://pool.sks-keyservers.net" >>/etc/pacman.d/gnupg/gpg.conf \
|
||||
&& curl -sSfLo /usr/local/bin/dumb-init "https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64" \
|
||||
&& curl -sSfLo /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64" \
|
||||
&& chmod 0755 \
|
||||
|
|
Loading…
Reference in a new issue