fix: Docker build warnings
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
b031dc1ac3
commit
e2d3258d40
@ -1,6 +1,5 @@
|
||||
FROM node:alpine as BASE
|
||||
ENV PNPM_HOME="./.pnpm" \
|
||||
PATH="$PNPM_HOME:$PATH"
|
||||
FROM node:alpine AS base
|
||||
ENV PNPM_HOME="./.pnpm"
|
||||
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
||||
apk add --no-cache openssl
|
||||
USER node
|
@ -1,6 +1,5 @@
|
||||
FROM node:lts-alpine as BASE
|
||||
ENV PNPM_HOME="./.pnpm" \
|
||||
PATH="$PNPM_HOME:$PATH"
|
||||
FROM node:lts-alpine AS base
|
||||
ENV PNPM_HOME="./.pnpm"
|
||||
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
||||
apk add --no-cache openssl
|
||||
USER node
|
Loading…
x
Reference in New Issue
Block a user