fix: Added specific locale to root Dockerfile (#7873)

* Added specific locale to root Dockerfile

* Update Dockerfile

Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>

Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
This commit is contained in:
Nidhi 2021-09-28 10:34:33 +05:30 committed by GitHub
parent 5d471a1087
commit 1660ade6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@ LABEL maintainer="tech@appsmith.com"
# Set workdir to /opt/appsmith
WORKDIR /opt/appsmith
# The env variables are needed for Appsmith server to correctly handle non-roman scripts like Arabic.
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
# Update APK packages - Base Layer
RUN apt-get update && apt-get install --no-install-recommends -y \
supervisor curl cron certbot nginx gnupg \