From 32451fc1f44e5321122921e042ce92fcf4028076 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Wed, 1 Aug 2018 10:40:55 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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