Skip to content

Commit 2f15c58

Browse files
committed
fix: install openssl1.1-compat
1 parent dcd8793 commit 2f15c58

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

apps/api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:iron-alpine AS base
2+
RUN apk add --update --no-cache openssl1.1-compat
23
WORKDIR /app
34
ARG RELEASE_VERSION
45
ENV GATEWAY_DATABASE_URL="file:/dev/null"

apps/gateway/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:iron-alpine AS base
2+
RUN apk add --update --no-cache openssl1.1-compat
23
WORKDIR /app
34
ARG RELEASE_VERSION
45
ENV GATEWAY_DATABASE_URL=file:/app/sqlite/gateway.db

apps/web/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:iron-alpine AS base
2+
RUN apk add --update --no-cache openssl1.1-compat
23
ARG RELEASE_VERSION
34
WORKDIR /app
45
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)