mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-14 01:40:26 +00:00
fix: ERPNext build (#558)
* fix(erpnext-nginx): Install recommended apt packages, set DEBIAN_FRONTEND=noninteractive * Revert "fix(erpnext-nginx): Install recommended apt packages, set DEBIAN_FRONTEND=noninteractive" This reverts commit 652481175dcce9709e3e7e6ec324bb493b71f94a. * fix(erpnext-worker): Install gcc
This commit is contained in:
parent
7c157aa487
commit
2c97ffd579
@ -5,4 +5,11 @@ FROM ${DOCKER_REGISTRY_PREFIX}/frappe-worker:${IMAGE_TAG}
|
||||
ARG GIT_REPO=https://github.com/frappe/erpnext
|
||||
ARG GIT_BRANCH=develop
|
||||
|
||||
USER root
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
gcc \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
USER frappe
|
||||
RUN install_app erpnext ${GIT_REPO} ${GIT_BRANCH}
|
||||
|
Loading…
x
Reference in New Issue
Block a user