bohdan-kholodenko commented on issue #48841:
URL: https://github.com/apache/airflow/issues/48841#issuecomment-2783507051

   Also pinning xmlsec version works:
   ``` Dockerfile
   FROM apache/airflow:slim-2.10.4-python3.11
   
   USER airflow
   
   COPY ./dags /opt/airflow/dags
   COPY ./requirements.txt /opt/airflow/requirements.txt
   
   RUN pip install xmlsec==1.3.14
   RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" -r 
/opt/airflow/requirements.txt
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to