You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not going to implement it in the current code base, but we'll include this in our future plans.
As a workaround, couldn't you run something like microdnf reinstall tzdata || microdnf update tzdata ?
microdnf reinstall
should have an option to allow an update if the package is missing.This is needed when trying to fix the stripped-out tzdata in the fedora-minimal docker image.
microdnf reinstall tzdata
currently errors out:Workaround:
rpm --e --nodeps tzdata && microdnf install tzdata
The text was updated successfully, but these errors were encountered: