On 22/10/2021 00:08, Stefano Stabellini wrote: > +RUN \ > + # apk > + apk update && \ > + \ > + # xen runtime deps > + apk add musl && \ > + apk add openrc && \ > + apk add busybox && \ > + apk add sudo && \ > + apk add dbus && \ > + apk add bash && \ > + apk add python2 && \ > + # gettext for Xen < 4.13 > + apk add gettext && \
Unless we're planning on backporting this to staging-4.13, we can drop gettext. (That's the whole point of the comments highlighting version) ~Andrew