Jonathan Keane created ARROW-13215:
--------------------------------------
Summary: [R] [CI] Add ENV TZ to docker files?
Key: ARROW-13215
URL: https://issues.apache.org/jira/browse/ARROW-13215
Project: Apache Arrow
Issue Type: Improvement
Components: Continuous Integration, R
Reporter: Jonathan Keane
Does adding {{ENV TZ UTC}} to docker files prevent the following (harmless)
error we see from time to time on CI?
https://github.com/rocker-org/rocker/blob/master/r-edge/gcc-11/Dockerfile#L37-L38
suggests it might
{code}
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Warning in system("timedatectl", intern = TRUE) :
running command 'timedatectl' had status 1
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)