diff --git a/Dockerfile b/Dockerfile index 3ee8916..6eb8a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,10 @@ ENV TZ Etc/UTC ENV PATH /home/node/.local/bin:$PATH RUN apk add --update --no-cache \ + ca-certificates \ + libffi-dev \ + openssl \ + openssl-dev \ py3-pip \ python3 \ tzdata