mistercrunch commented on code in PR #27122:
URL: https://github.com/apache/superset/pull/27122#discussion_r1490491070


##########
Dockerfile:
##########
@@ -61,9 +74,7 @@ ENV LANG=C.UTF-8 \
     SUPERSET_HOME="/app/superset_home" \
     SUPERSET_PORT=8088
 
-RUN mkdir -p ${PYTHONPATH} superset/static superset-frontend 
apache_superset.egg-info requirements \
-    && useradd --user-group -d ${SUPERSET_HOME} -m --no-log-init --shell 
/bin/bash superset \

Review Comment:
   Here I'm thinking some of the commands (maybe useradd?) may trigger the 
apt-get stuff to not use the cache at times. I see a lot of builds re-running 
`apt-get` when nothing here should have changed. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to