Open filonenko-mikhail opened 1 year ago
solution is DEBIAN_FRONTEND=noninteractive
env not pass through sudo(((
I agree that it should be solved on the action side. However I think I can propose a workaround. The output suggests that the problematic package is tzdata
[^1]. Just install it before running the action:
DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
[^1]: It is tzdata
95% of times. Remaining 5% is postfix
.
thanks
There is job in docker ubuntu:22 with sudo