Add curl to the Dockerfile to satisfy health check
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user