diff --git a/Dockerfile b/Dockerfile index 660a257..ba36e64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ENV ENV=prod \ # Install GCC and build tools RUN apt-get update && \ - apt-get install -y gcc build-essential && \ + apt-get install -y gcc build-essential curl git && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*