Update Dockerfile

This commit is contained in:
chabad360 2018-08-01 10:40:55 -07:00 committed by GitHub
parent 4c4ad963c9
commit 32451fc1f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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