diff options
author | Andrea Giovine | 2020-09-05 08:47:08 +0000 |
---|---|---|
committer | Andrea Giovine | 2020-09-05 08:47:08 +0000 |
commit | df5cc3e40458bc3be97b798155f50e2b335241b9 (patch) | |
tree | db6bb5f8049c156ea0b5d99e0e06fd9747910836 /Dockerfile | |
parent | a9f417a538aeac7a0fb08649a1efc2d9bc5bb040 (diff) |
Remove unsed prereq
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |