Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 5bf79b4

Browse files
author
satoshinotdead
committed
test-1
1 parent 121a670 commit 5bf79b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:18-alpine3.18 AS builder
33

44
# Install dependencies
5-
RUN apk add --no-cache openssl python3 py3-pip make gcc g++
5+
RUN apk add --no-cache openssl openssl1.1-compat python3 py3-pip make gcc g++
66

77
# Set build-time arguments
88
ARG DB_TYPE=sqlite

0 commit comments

Comments
 (0)