From cf0e3d1ff49522a05d029b33c8e52d0379b852a9 Mon Sep 17 00:00:00 2001 From: pablonyx Date: Mon, 17 Feb 2025 18:23:15 -0800 Subject: [PATCH] fix main --- backend/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 90d6f4460..9c65ad370 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -28,11 +28,11 @@ RUN apt-get update && \ curl \ zip \ ca-certificates \ - libgnutls30=3.7.9-2+deb12u3 \ - libblkid1=2.38.1-5+deb12u1 \ - libmount1=2.38.1-5+deb12u1 \ - libsmartcols1=2.38.1-5+deb12u1 \ - libuuid1=2.38.1-5+deb12u1 \ + libgnutls30 \ + libblkid1 \ + libmount1 \ + libsmartcols1 \ + libuuid1 \ libxmlsec1-dev \ pkg-config \ gcc \