On Wed, Jul 27, 2022 at 01:36:25PM -0300, Lucas Mateus Castro(alqotel) wrote: > Currently the run script uses 'readlink -e' but the image only has the > busybox readlink, this commit add the coreutils package which > contains the readlink with the '-e' option.
Use of 'readlink' is discouraged in favour of 'realpath'. AFAICT, we can just do that change and not need the '-e' flag anyway. > > Signed-off-by: Lucas Mateus Castro(alqotel) <lucas.ara...@eldorado.org.br> > --- > tests/docker/dockerfiles/alpine.docker | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/docker/dockerfiles/alpine.docker > b/tests/docker/dockerfiles/alpine.docker > index 3f4c0f95cb..2943a99730 100644 > --- a/tests/docker/dockerfiles/alpine.docker > +++ b/tests/docker/dockerfiles/alpine.docker > @@ -21,6 +21,7 @@ RUN apk update && \ > cdrkit \ > ceph-dev \ > clang \ > + coreutils \ > ctags \ > curl-dev \ > cyrus-sasl-dev \ This file contents is autogenerated, so editting it manually is wrong and changes will be lost. With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|