diff --git a/Dockerfile b/Dockerfile index 65dc6ec..4ee1616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ ENV S6_STAGE2_HOOK=/app/init.sh RUN apt-get update && apt-get install -y \ libssl3 \ libssl-dev \ + git \ + make \ unzip COPY root/ / COPY /src /app