Fix dockerfile

This commit is contained in:
Brad Warren 2018-02-16 11:11:55 -08:00
parent c3eb087e60
commit 37bc52896c
2 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,5 @@
ARG CACHE_TAG=latest
FROM certbot/certbot:${CACHE_TAG}
FROM certbot/certbot
COPY . src/certbot-dns-cloudflare
RUN pip install --no-cache-dir --editable /opt/certbot/src/certbot-dns-cloudflare
RUN pip install --no-cache-dir --editable src/certbot-dns-cloudflare

View file

@ -1,2 +0,0 @@
#!/bin/bash
docker build --build-arg BUILD_DATE="$CACHE_TAG" -t "$IMAGE_NAME" .