JavierLopezT commented on issue #8605:
URL: https://github.com/apache/airflow/issues/8605#issuecomment-689600641


   Hello. I have encountered another issue. I want to use `make html` command 
of sphinx within the container. I have found that the make command is not 
found. So I have added to the Dockerfile the following lines:
   ```
   USER root
   RUN sudo apt-get update && sudo apt-get install build-essential -y
   USER airflow
   ```
   Maybe not the best approach and there is a good idea to address this 
somewhere else. Kind regards


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

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


Reply via email to