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 a70f9c4e38
All checks were successful
continuous-integration/drone/push Build is passing
Update Dockerfile
2023-06-16 02:26:04 +02:00

4 lines
No EOL
103 B
Docker

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