diff --git a/Dockerfile b/Dockerfile index f79261f..bd261e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ USER 0 ### INSTALL DEPENDENCIES -RUN apt-get update && apt-get install -y --no-install-recommends curl gnupg2 xz-utils unzip jq \ +RUN apt-get update && apt-get install -y --no-install-recommends curl gnupg2 xz-utils unzip jq git \ && rm -rf /var/lib/apt/lists/* # Go