feat: quick fix for quic

This commit is contained in:
=
2025-03-05 02:14:00 +05:30
parent 0f5a1b13a6
commit 7b5926d865
6 changed files with 79 additions and 46 deletions

View File

@@ -122,6 +122,7 @@ RUN apt-get update && apt-get install -y \
unixodbc-dev \
libc-dev \
freetds-dev \
wget \
openssh-client \
&& rm -rf /var/lib/apt/lists/*