diff --git a/Dockerfile b/Dockerfile index 967469a..b1f3699 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y wget curl \ libnet1-dev libyaml-0-2 libyaml-dev pkg-config zlib1g zlib1g-dev \ libcap-ng-dev libcap-ng0 make libmagic-dev libjansson-dev\ libnss3-dev libgeoip-dev liblua5.1-dev libhiredis-dev libevent-dev \ - python-yaml rustc cargo autoconf \ + python-yaml rustc cargo autoconf git\ && rm -rf /var/lib/apt/lists/* FROM base AS build