mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 22:55:10 +00:00
Update Dockerfile
This commit is contained in:
parent
95426877e0
commit
4c4ad963c9
1 changed files with 4 additions and 2 deletions
|
|
@ -33,11 +33,13 @@ USER frappe
|
|||
WORKDIR /home/frappe
|
||||
RUN git clone -b master https://github.com/frappe/bench.git bench-repo
|
||||
|
||||
USER root
|
||||
|
||||
RUN pip install -e bench-repo
|
||||
|
||||
USER root
|
||||
RUN apt-get install -y libmysqlclient-dev mariadb-client mariadb-common
|
||||
RUN npm install -g yarn
|
||||
RUN chown -R frappe:frappe /home/frappe/*
|
||||
|
||||
USER frappe
|
||||
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
|
|
|
|||
Loading…
Reference in a new issue