Skip to content

Commit b538e93

Browse files
committed
[gh-71] we don't need to install netcat
1 parent 83e8aa1 commit b538e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1
44

55
WORKDIR /edrop
66

7-
RUN apt-get update && apt-get install -y supervisor netcat-traditional && \
7+
RUN apt-get update && apt-get install -y supervisor && \
88
apt-get clean && rm -rf /var/lib/apt/lists/*
99

1010
COPY edrop-gunicorn.sh /edrop/edrop-gunicorn.sh

0 commit comments

Comments
 (0)