Chris Lamb wrote:
> Whilst I don't have a _minimal_ Dockerfile, looking at my setup I think
> the "non-standard" things I do are:
>
> $ docker \
> --tty --user=$(id -u) \
> --group-add=$(id -g) \
> --volume=/tmp:/tmp \
> --volume=/home:/home
>
> .. particularly the last two.
>
Dear maintainer,
Whether the issue arises or not depends on the timezone of the system.
For instance the test suite fails in the following timezones: Etc/GMT,
Etc/GMT+1 or Pacific/Tahiti (and ina lot of others too).
I couldn't find a reliable way to set the timezone after node has started.
I've f
Hi Chris,
I tried without success to reproduce the issue building the package in a
Docker container based on the debian:stretch image available from
hub.docker.com with the addition of the build dependencies and a couple
of tools installed with apt.
To me it looks like the issue is triggered by s
3 matches
Mail list logo