dpgaspar commented on a change in pull request #14897:
URL: https://github.com/apache/superset/pull/14897#discussion_r641668406
##########
File path: Dockerfile
##########
@@ -85,6 +85,7 @@ ENV LANG=C.UTF-8 \
SUPERSET_PORT=8088
RUN useradd --user-group -d ${SUPERSET_HOME} --no-log-init --shell /bin/bash
superset \
+ && mkdir -p ${SUPERSET_HOME} \
Review comment:
if fails with:
```
=> ERROR [lean 2/11] RUN useradd --user-group -m -d /app/superset_home
--no-log-init --shell /bin/bas 0.3s
------
> [lean 2/11] RUN useradd --user-group -m -d /app/superset_home
--no-log-init --shell /bin/bash superset && mkdir -p /app/pythonpath
&& apt-get update -y && apt-get install -y --no-install-recommends
build-essential default-libmysqlclient-dev
libsasl2-modules-gssapi-mit libpq-dev && rm -rf
/var/lib/apt/lists/*:
#6 0.304 useradd: cannot create directory /app/superset_home
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]