diff --git a/Dockerfile b/Dockerfile index 57b3d39b956b2aef5aff3867a0553b0a55d4b9fc..ec1e825d7399bd6d3a4c3b086cc851144ec301aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ RUN rustup component add clippy # Add libraries needed to compile dunitrust RUN apt-get update && \ - apt-get install -y pkg-config libssl-dev && \ + apt-get install -y git pkg-config libssl-dev && \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*