5 lines
133 B
Docker
5 lines
133 B
Docker
FROM alpine:3.22
|
|
|
|
# add tools needed by e2e containers and health checks
|
|
RUN apk add --no-cache iptables curl netcat-openbsd python3
|