Skip to content

Commit 442c695

Browse files
authored
Update Dockerfile
1 parent a8b3552 commit 442c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1010
RUN apt-get update -qq && apt-get install \
1111
-qq \
1212
--no-install-recommends \
13-
wget gpung
13+
wget gnupg
1414
RUN wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
1515
RUN dpkg -i manticore-repo.noarch.deb
1616
RUN apt-get update -qq && apt-get install \

0 commit comments

Comments
 (0)