This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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"]