mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
Update Dockerfile
This commit is contained in:
parent
4c4ad963c9
commit
32451fc1f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue