aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-09-30 21:03:46 +0000
committerEmiliano Ciavatta2020-09-30 21:03:46 +0000
commit02996470c0f86fecea49f23b7818a4e7c230a63f (patch)
tree8aa512c0b60e6489585c97f361791bbfd9e6579d /Dockerfile
parent55afd62a8cfe2cde6e627f1905ab8fe77965afd6 (diff)
docker-compose now use eciavatta/caronte image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cf7730b..4e097e5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ FROM ubuntu:20.04
COPY --from=BUILDSTAGE /caronte-build /caronte
RUN apt-get update && \
- DEBIAN_FRONTEND=noninteractive apt-get install -qq libpcap-dev libhyperscan-dev && \
+ DEBIAN_FRONTEND=noninteractive apt-get install -qq golang-1.14 pkg-config libpcap-dev libhyperscan-dev && \
rm -rf /var/lib/apt/lists/*
ENV GIN_MODE release