aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAndrea Giovine2020-09-05 08:47:08 +0000
committerAndrea Giovine2020-09-05 08:47:08 +0000
commitdf5cc3e40458bc3be97b798155f50e2b335241b9 (patch)
treedb6bb5f8049c156ea0b5d99e0e06fd9747910836 /Dockerfile
parenta9f417a538aeac7a0fb08649a1efc2d9bc5bb040 (diff)
Remove unsed prereq
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9d186a7..d7ab1f2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
# Install tools and libraries
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -qq git golang libpcap-dev pkg-config libhyperscan-dev npm
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -qq git golang libpcap-dev libhyperscan-dev npm
ENV GIN_MODE release