From 57a892830f4c31dea5a49970619bffca36d955a0 Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Thu, 28 Sep 2023 14:06:01 +0100 Subject: Fix build by removing RUN ln -s /usr/bin/python3 /usr/bin/python --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 77e1815..54d2039 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,6 @@ LABEL maintainer="ferdium" ENV HOST=0.0.0.0 PORT=3333 DATA_DIR="/data" RUN apk add --no-cache sqlite-libs curl su-exec python3 make g++ py3-pip git py3-pip -# The next command is needed for sqlite3 install command executed by node-gyp -RUN ln -s /usr/bin/python3 /usr/bin/python COPY --from=build /server-build /app -- cgit v1.2.3-54-g00ecf