You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by sebb <se...@gmail.com> on 2019/12/03 17:16:44 UTC

Updates to Dockerfile

There is an existing examples/Dockerfile.
I assume this is largely obsolete now?

However, it contains some items that maybe should be added to
docker/Dockerfile:

ENV DEBIAN_FRONTEND noninteractive


# generate locales

ENV LANG en_US.UTF-8

RUN locale-gen $LANG