mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-03 12:38:29 +00:00
Merge remote-tracking branch 'upstream/main' into beautify
This commit is contained in:
commit
46dcc993b1
@ -44,7 +44,7 @@ repos:
|
|||||||
types: [shell]
|
types: [shell]
|
||||||
|
|
||||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||||
rev: v0.8.0.1
|
rev: v0.8.0.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: shellcheck
|
- id: shellcheck
|
||||||
args: [-x]
|
args: [-x]
|
||||||
|
@ -13,6 +13,9 @@ RUN apt-get update \
|
|||||||
postgresql-client \
|
postgresql-client \
|
||||||
gettext-base \
|
gettext-base \
|
||||||
wget \
|
wget \
|
||||||
|
# for ERPNext v12
|
||||||
|
# TODO: Remove after v12 is deprecated
|
||||||
|
python2 \
|
||||||
# for PDF
|
# for PDF
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
fonts-cantarell \
|
fonts-cantarell \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user