diff --git a/Dockerfile b/Dockerfile index 7acd49d..ba47d23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \ # Install system dependencies RUN apt-get update && apt-get install -y \ + curl \ gcc \ finger \ && rm -rf /var/lib/apt/lists/*