build: Allow cached layer for install_packages git python2

Related to #320
This commit is contained in:
Hendy Irawan 2020-08-09 02:39:23 +07:00 committed by GitHub
parent 9974a63dc8
commit 4a4bea0fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,9 @@ ARG NODE_IMAGE_TAG=12-prod
ARG GIT_BRANCH=develop
FROM bitnami/node:${NODE_IMAGE_TAG}
# make it faster (cached layer) for next "/install_app" step
RUN install_packages git python2
ARG GIT_BRANCH
COPY build/erpnext-nginx/install_app.sh /install_app