Skip to content

Commit

Permalink
use local asset
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 authored Nov 18, 2024
1 parent 81e1d44 commit 61e5fc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ RUN set -x ; apk add procmail --no-cache --repository http://dl-cdn.alpinelinux.
&& apk add --no-cache --allow-untrusted "$(basename "${!url}")" \
&& rm "$(basename "${!url}")"

RUN curl -fsSL "https://raw.githubusercontent.com/balena-io/open-balena/master/scripts/_keyid.js" -o /opt/_keyid.js

WORKDIR /etc/letsencrypt

COPY entry.sh /usr/local/bin/

COPY *.json /opt/
COPY _keyid.js *.json /opt/

ENTRYPOINT ["/bin/bash"]

Expand Down

0 comments on commit 61e5fc9

Please sign in to comment.