add openssl
This commit is contained in:
parent
f1234f478f
commit
015be2576f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ FROM docker.io/oven/bun:alpine AS base
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
|
RUN apk add openssl
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN chown -R bun:bun /app
|
RUN chown -R bun:bun /app
|
||||||
USER bun
|
USER bun
|
||||||
|
|
Loading…
Add table
Reference in a new issue