This repository has been archived on 2024-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
egress-test/Dockerfile
Renovate Bot ca1f0acb15
Some checks failed
continuous-integration/drone/push Build is failing
Update alpine Docker tag to v3.18.2
2023-06-14 18:29:36 +00:00

4 lines
No EOL
97 B
Docker

FROM alpine:3.18.2
RUN apk add --no-cache curl
ADD script.sh /script.sh
ENTRYPOINT ["/script.sh"]