We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee3e90 commit 0adcaa5Copy full SHA for 0adcaa5
2 files changed
Dockerfile
@@ -23,6 +23,7 @@ RUN apk add --no-cache \
23
netcat-openbsd \
24
openssl \
25
procps \
26
+ python3 \
27
sed \
28
socat \
29
util-linux \
README.md
@@ -39,6 +39,7 @@ Ferramental incluído:
39
- `netcat-openbsd` (`nc`)
40
- `openssl`
41
- `procps`
42
+- `python3`
43
- `sed`
44
- `socat`
45
- `util-linux`
0 commit comments