From 02996470c0f86fecea49f23b7818a4e7c230a63f Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Wed, 30 Sep 2020 23:03:46 +0200 Subject: docker-compose now use eciavatta/caronte image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3-70-g09d2