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

4 lines
No EOL
103 B
Docker

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