We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5721f commit 582fe96Copy full SHA for 582fe96
Dockerfile
@@ -10,7 +10,8 @@ ENV DEBIAN_FRONTEND=noninteractive
10
RUN apt-get update -qq && apt-get install \
11
-qq \
12
--no-install-recommends \
13
- wget
+ wget \
14
+ gnupg
15
RUN wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
16
RUN dpkg -i manticore-repo.noarch.deb
17
RUN rm manticore-repo.noarch.deb
0 commit comments