Skip to content

Commit 9d7a737

Browse files
committed
chore(Dockerfile): add gnupg to the base image
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 51892c7 commit 9d7a737

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ RUN sed -i -e 's/^deb-src/#deb-src/' /etc/apt/sources.list && \
1212
ca-certificates \
1313
curl \
1414
net-tools \
15-
procps && \
15+
procps \
16+
gnupg && \
1617
# cleanup
1718
apt-get autoremove -y && \
1819
apt-get clean -y && \

0 commit comments

Comments
 (0)