mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fix dockerfile
This commit is contained in:
parent
c3eb087e60
commit
37bc52896c
2 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
docker build --build-arg BUILD_DATE="$CACHE_TAG" -t "$IMAGE_NAME" .
|
||||
Loading…
Reference in a new issue