aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAndrea Giovine2020-08-25 15:13:59 +0000
committerAndrea Giovine2020-08-25 15:13:59 +0000
commit71b7ae5fb812faf368a0ce2e968614962e9b7459 (patch)
tree470b4730d275a5468dd9d1013711822218bda95f /Dockerfile
parentac16743b0f9b8eeb0cc553fb7d22f6fb2940c066 (diff)
update Dockerfile to use packages already build
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4d5bda3..c37d416 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,7 @@
-FROM eciavatta/caronte-env:latest
+FROM 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
ENV GIN_MODE release