Files
docker/misc/email-alerts/Dockerfile
T
2025-07-20 13:28:12 +10:00

8 lines
113 B
Docker

FROM debian
RUN apt-get update && apt-get install -y python3 pip
RUN pip install sendgrid docker
CMD ["bash"]