Skip to content

Commit 7d9f81a

Browse files
committed
add missing netcat for health check
1 parent f83f448 commit 7d9f81a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.11-slim
33
# Install system dependencies
44
RUN apt-get update && apt-get install -y \
55
wget \
6+
netcat-traditional \
67
gnupg \
78
curl \
89
unzip \

0 commit comments

Comments
 (0)