FROM python:3.11-alpine RUN apk --no-cache add wireguard-tools-wg ADD announce.py / CMD ["python", "./announce.py"]