diff options
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 |