From 09b93c4bbd91ef7d973c3e2975c67c98508dd87f Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Tue, 20 Aug 2024 16:15:48 +0000 Subject: [PATCH] openssl --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 605bb4cd..bf33d77a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,8 +75,9 @@ RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs RUN apt update && apt install -y curl wget sudo postgresql-client && apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* -RUN wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb -RUN sudo dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb +RUN wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb && \ + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb && \ + rm libssl1.1_1.1.1n-0+deb10u6_amd64.deb # need to install these package for seeding the database RUN npm install @prisma/client @paralleldrive/cuid2