Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Sep 30, 2021
1 parent b04501c commit 71b6cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71b6cc5

Please sign in to comment.