diff options
author | Andrea Giovine | 2020-08-25 15:53:30 +0000 |
---|---|---|
committer | GitHub | 2020-08-25 15:53:30 +0000 |
commit | a9f417a538aeac7a0fb08649a1efc2d9bc5bb040 (patch) | |
tree | 4e16bd62841066b092481b65ef81d0e604ffaf43 | |
parent | 71b7ae5fb812faf368a0ce2e968614962e9b7459 (diff) |
Update Dockerfile
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM FROM ubuntu:20.04 +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 |