potiuk commented on a change in pull request #5659: [AIRFLOW-5033] Switched to 
snakebite-py3
URL: https://github.com/apache/airflow/pull/5659#discussion_r372054622
 
 

 ##########
 File path: Dockerfile
 ##########
 @@ -57,6 +57,7 @@ RUN curl -L https://deb.nodesource.com/setup_10.x | bash - \
            apt-utils \
            build-essential \
            dirmngr \
+           dumb-init \
 
 Review comment:
   But now when I think about it - I think I will solve it differently. It's 
already quite some time when docker and docker-compose support --init flag 
which defaults to run "tini" as the init process. this will prevent us to 
rebuild the image and make the whole docker compose cleaner.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to