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 a8b3552 commit 442c695Copy full SHA for 442c695
Dockerfile
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
10
RUN apt-get update -qq && apt-get install \
11
-qq \
12
--no-install-recommends \
13
- wget gpung
+ wget gnupg
14
RUN wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
15
RUN dpkg -i manticore-repo.noarch.deb
16
0 commit comments