File: Dockerfile

package info (click to toggle)
python-certbot-dns-netcup 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: python: 198; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
ARG FROM=certbot/certbot
FROM ${FROM}

COPY . src/certbot-dns-netcup

RUN pip install --no-cache-dir --editable src/certbot-dns-netcup

ENTRYPOINT ["/usr/bin/env"]