diff --git a/server/Dockerfile b/server/Dockerfile index fc5efd8..d64c3d0 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -7,6 +7,9 @@ WORKDIR /server COPY . . +RUN apt-get update \ + && apt-get install -y libgnutls30=3.7.9-2+deb12u7 + # In case machine is Mac M1 chip RUN node --version RUN yarn install