added locales to image

This commit is contained in:
renaud gaudin 2020-10-07 10:29:38 +00:00
parent 880165ce91
commit 1eee9ab633

View File

@ -2,6 +2,11 @@ FROM oldwebtoday/chrome:84 as chrome
FROM nikolaik/python-nodejs
RUN apt-get update -y \
&& apt-get install --no-install-recommends -qqy fonts-stix locales-all \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
ENV PROXY_HOST=localhost \
PROXY_PORT=8080 \
PROXY_CA_URL=http://wsgiprox/download/pem \
@ -28,10 +33,6 @@ ADD package.json /app/
RUN chown -R zimit /app
RUN apt-get update && apt-get install --no-install-recommends -qqy fonts-stix \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN yarn install
ADD config.yaml /app/