feat: Add openSSL support to docker images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bb4c4cd34a
commit
fef09beaf3
@ -1,4 +1,5 @@
|
|||||||
FROM node:alpine as BASE
|
FROM node:alpine as BASE
|
||||||
ENV PNPM_HOME="./.pnpm"
|
ENV PNPM_HOME="./.pnpm" \
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
PATH="$PNPM_HOME:$PATH"
|
||||||
RUN npm i -g pnpm@latest
|
RUN npm i -g pnpm@latest &&\
|
||||||
|
apk add --no-cache openssl
|
@ -1,4 +1,5 @@
|
|||||||
FROM node:lts-alpine as BASE
|
FROM node:lts-alpine as BASE
|
||||||
ENV PNPM_HOME="./.pnpm"
|
ENV PNPM_HOME="./.pnpm" \
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
PATH="$PNPM_HOME:$PATH"
|
||||||
RUN npm i -g pnpm@latest
|
RUN npm i -g pnpm@latest &&\
|
||||||
|
apk add --no-cache openssl
|
Loading…
x
Reference in New Issue
Block a user