diff --git a/connector/Dockerfile b/connector/Dockerfile
index 8fb0cdf4da40ec0d3eb2271353ab334da2802721..b77c95a273fd49e4ab7af6f0a46d52c477933b00 100644
--- a/connector/Dockerfile
+++ b/connector/Dockerfile
@@ -13,7 +13,7 @@
 
 FROM registry.dcc.sib.swiss/sphn-semantic-framework/sphn-connector/python:3.10.15-slim
 
-ENV DEBIAN_PKG="bash dos2unix wget curl git maven=3.8.7-1 sudo libc6 libc-dev-bin libde265-0 libgnutls30 libaom3=3.6.0-1+deb12u1 netcat-openbsd libexpat1=2.5.0-1+deb12u1 libcups2=2.4.2-3+deb12u8 libsqlite3-0=3.40.1-2+deb12u1"
+ENV DEBIAN_PKG="bash dos2unix wget curl git maven=3.8.7-1 sudo libc6 libc-dev-bin libde265-0 libgnutls30 libaom3=3.6.0-1+deb12u1 netcat-openbsd libexpat1=2.5.0-1+deb12u1 libcups2=2.4.2-3+deb12u8 libsqlite3-0=3.40.1-2+deb12u1 liblzma5=5.4.1-1"
 # Folder definitions
 ENV QUALITY_HOME=/home/sphn/quality
 ENV QUALITY_HOME_TMP=/home/sphn/quality_tmp
diff --git a/connector/app/requirements.txt b/connector/app/requirements.txt
index 5f1012519310228e9ce885c4be2e320774a08123..dc367c135615060a2d869ea47b45c884bad88a88 100644
--- a/connector/app/requirements.txt
+++ b/connector/app/requirements.txt
@@ -13,4 +13,5 @@ pydantic==1.10.21
 boto3==1.35.96
 sqlparse==0.5.3
 gunicorn==23.0.0
-setuptools==78.1.0
\ No newline at end of file
+setuptools==78.1.0
+apache-airflow-providers-common-sql==1.24.1
\ No newline at end of file