From fe9f9d5761b190f6615b3cda7a3491d4fc110fa3 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sat, 15 Mar 2025 11:02:06 +0100 Subject: [PATCH] remove part which is failing and seems to be not needed at all --- dht-node/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dht-node/Dockerfile b/dht-node/Dockerfile index 7610bbac3..dab401762 100644 --- a/dht-node/Dockerfile +++ b/dht-node/Dockerfile @@ -33,10 +33,10 @@ LABEL maintainer="support@gradido.net" # Install Additional Software ## install: sodium requirements -RUN apk add --no-cache --virtual build-deps python3 alpine-sdk autoconf libtool automake && \ - mkdir -p /prebuilds && cd /prebuilds && npm init -y && npm install sodium-native@3.1.1 && \ - apk del build-deps -ENV SODIUM_NATIVE_PREBUILD=/prebuilds/node_modules/sodium-native/ +#RUN apk add --no-cache --virtual build-deps python3 alpine-sdk autoconf libtool automake && \ +# mkdir -p /prebuilds && cd /prebuilds && npm init -y && npm install sodium-native@3.1.1 && \ +# apk del build-deps +#ENV SODIUM_NATIVE_PREBUILD=/prebuilds/node_modules/sodium-native/ # Settings ## Expose Container Port