Skip to content

Commit

Permalink
fix(deps): Add beautifulsoup4 and tldextract lexicon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Oct 16, 2023
1 parent 191118b commit f93dd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN make -C /src/certhub-* prefix=/dist install-bin
#
FROM base as dehydrated-build

RUN apk add --no-cache ca-certificates poetry python3 py3-cffi py3-cryptography py3-filelock py3-openssl py3-pip py3-requests py3-yaml py3-lxml
RUN apk add --no-cache ca-certificates poetry python3 py3-beautifulsoup4 py3-cffi py3-cryptography py3-filelock py3-openssl py3-pip py3-requests py3-yaml py3-lxml py3-tldextract

RUN mkdir /src /dist /etc-dist

Expand Down Expand Up @@ -88,7 +88,7 @@ RUN install -m 0644 -D /src/README.md /dist-etc/motd && \
#
FROM base

RUN apk add --no-cache bash ca-certificates curl git openssh-client openssl python3 py3-cffi py3-cryptography py3-filelock py3-openssl py3-pip py3-requests py3-yaml py3-lxml tini tzdata
RUN apk add --no-cache bash ca-certificates curl git openssh-client openssl python3 py3-beautifulsoup4 py3-cffi py3-cryptography py3-filelock py3-openssl py3-pip py3-requests py3-yaml py3-lxml py3-tldextract tini tzdata

COPY --from=gitgau-build /dist /usr
COPY --from=certhub-build /dist /usr
Expand Down

0 comments on commit f93dd76

Please # to comment.