aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 35aa1032..f4b05f79 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -37,6 +37,9 @@ FROM node:22-alpine AS aio_builder
LABEL org.opencontainers.image.source="https://github.com/hoarder-app/hoarder"
WORKDIR /app
+# https://github.com/hoarder-app/hoarder/issues/967
+RUN npm install -g corepack@0.31.0
+
ARG SERVER_VERSION=nightly
ENV SERVER_VERSION=${SERVER_VERSION}