Skip to content

Commit 0adcaa5

Browse files
committed
Adiciona python3 como ferramenta incluída na imagem de debug
1 parent 7ee3e90 commit 0adcaa5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apk add --no-cache \
2323
netcat-openbsd \
2424
openssl \
2525
procps \
26+
python3 \
2627
sed \
2728
socat \
2829
util-linux \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Ferramental incluído:
3939
- `netcat-openbsd` (`nc`)
4040
- `openssl`
4141
- `procps`
42+
- `python3`
4243
- `sed`
4344
- `socat`
4445
- `util-linux`

0 commit comments

Comments
 (0)