r3manoj commented on issue #48841:
URL: https://github.com/apache/airflow/issues/48841#issuecomment-2785461290

   > RUN apt-get update \
   >     && apt-get install -y --no-install-recommends \
   >     vim \
   >     pkg-config \
   >     git \
   >     gcc \
   >     libxmlsec1 \
   >     libxmlsec1-dev \
   >     && rm -rf /var/lib/apt/lists/*
   
   This works! I did give it a try earlier but did not work. The only 
difference is I did not install gcc package.
   
   If you skip gcc, from the above command, the error still persists.


-- 
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