Skip to content

Instantly share code, notes, and snippets.

@marcelo-ochoa
Created December 15, 2020 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelo-ochoa/fcfc8dfdc2d920019936cb7974e64509 to your computer and use it in GitHub Desktop.
Save marcelo-ochoa/fcfc8dfdc2d920019936cb7974e64509 to your computer and use it in GitHub Desktop.
ARG VERSION=v1.10.1
FROM certbot/certbot:$VERSION
COPY requirements.txt ./
RUN apk add --update alpine-sdk libffi libffi-dev openssl openssl-dev && pip install --no-cache-dir -r requirements.txt
COPY oci/* /root/.oci/
COPY *.sh /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment