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
Aaron Riedel 7be568cd92
All checks were successful
continuous-integration/drone/push Build is passing
Update 'Dockerfile'
2023-04-04 22:14:11 +02:00

4 lines
No EOL
97 B
Docker

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