Skip to content

Commit 582fe96

Browse files
committed
Dockerfile: Add gnupg to as manticore requires it
1 parent 9c5721f commit 582fe96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ENV DEBIAN_FRONTEND=noninteractive
1010
RUN apt-get update -qq && apt-get install \
1111
-qq \
1212
--no-install-recommends \
13-
wget
13+
wget \
14+
gnupg
1415
RUN wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
1516
RUN dpkg -i manticore-repo.noarch.deb
1617
RUN rm manticore-repo.noarch.deb

0 commit comments

Comments
 (0)