diff options
author | Andrea Giovine | 2020-08-25 15:13:59 +0000 |
---|---|---|
committer | Andrea Giovine | 2020-08-25 15:13:59 +0000 |
commit | 71b7ae5fb812faf368a0ce2e968614962e9b7459 (patch) | |
tree | 470b4730d275a5468dd9d1013711822218bda95f /Dockerfile | |
parent | ac16743b0f9b8eeb0cc553fb7d22f6fb2940c066 (diff) |
update Dockerfile to use packages already build
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |