Skip to content

Commit

Permalink
fix convos/#885 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsenk authored Sep 12, 2024
1 parent 1f5a0b5 commit 757bb21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ LABEL maintainer="[email protected]"
ADD https://cpanmin.us/ /bin/cpanm
RUN chmod 0755 /bin/cpanm

ENV CRYPT_ARGON2_ARCH=NONE

RUN apk add --no-cache curl openssl perl perl-io-socket-ssl perl-net-ssleay wget && \
apk add --no-cache --virtual builddeps build-base perl-dev && \
/bin/cpanm -n -M https://cpan.metacpan.org \
Expand Down

0 comments on commit 757bb21

Please sign in to comment.