diff --git a/Dockerfile b/Dockerfile index cc6a5c51..085420d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ WORKDIR /home/frappe RUN git clone -b master https://github.com/frappe/bench.git bench-repo -RUN pip install -e bench-repo +RUN pip install --user -e bench-repo USER root RUN apt-get install -y libmysqlclient-dev mariadb-client mariadb-common