drone-gotify/Dockerfile
2020-04-19 11:45:47 +02:00

10 lines
248 B
Docker

FROM debian:stable
MAINTAINER fredix@protonmail.com
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \
ca-certificates && \
apt-get clean
ADD drone-gotify /bin/
ENTRYPOINT /bin/drone-gotify