Closed andresionek91 closed 1 year ago
A similar issue happens with keyboard-configuration
. It can be avoided by adding the following to the Dockerfile:
ARG DEBIAN_FRONTEND=noninteractive
Looks like DEBIAN_FRONTEND=noninteractive
solves both and even ends up with UTC as default. Thanks.
When installing extra packages with ImageBuilder, we might come across a
tzdata
dependency. When that happens, codebuild will get stuck here:I suggest setting the
TZ
to UTC in all docker images, like this: