We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e8aa1 commit b538e93Copy full SHA for b538e93
Dockerfile-prod
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1
4
5
WORKDIR /edrop
6
7
-RUN apt-get update && apt-get install -y supervisor netcat-traditional && \
+RUN apt-get update && apt-get install -y supervisor && \
8
apt-get clean && rm -rf /var/lib/apt/lists/*
9
10
COPY edrop-gunicorn.sh /edrop/edrop-gunicorn.sh
0 commit comments