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 f83f448 commit 7d9f81aCopy full SHA for 7d9f81a
Dockerfile
@@ -3,6 +3,7 @@ FROM python:3.11-slim
3
# Install system dependencies
4
RUN apt-get update && apt-get install -y \
5
wget \
6
+ netcat-traditional \
7
gnupg \
8
curl \
9
unzip \
0 commit comments