feat: Add support for GPG keys
This commit is contained in:
committed by
Carlos Álvaro
parent
6f001cf450
commit
5bb8f1aff8
@@ -30,7 +30,7 @@ WORKDIR ${SALT_BUILD_DIR}
|
||||
# hadolint ignore=DL3008
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install --yes --quiet --no-install-recommends \
|
||||
sudo ca-certificates openssl apt-transport-https wget locales openssh-client \
|
||||
sudo ca-certificates openssl apt-transport-https wget locales openssh-client gpg \
|
||||
python3 python3-dev libpython3-dev \
|
||||
python3-pip python3-setuptools python3-wheel \
|
||||
supervisor logrotate git gettext-base tzdata inotify-tools psmisc \
|
||||
|
||||
Reference in New Issue
Block a user