AlmaLinux / docker-images

Home for AlmaLinux Docker image RootFS files and production version of sources
MIT License
100 stars 27 forks source link

`/bin/sh: c/etc/dnf/vars/infra: No such file or directory` #100

Closed adelton closed 12 months ago

adelton commented 1 year ago

Building image with dockerfiles/al8/Dockerfile.i686 or dockerfiles/al9/Dockerfile.i686 prints

  zlib-1.2.11-21.el8_7.i686                                                     

Complete!
25 files removed
/bin/sh: c/etc/dnf/vars/infra: No such file or directory

The command

echo 'container' > c/etc/dnf/vars/infra; \

in those Dockerfiles seems to be wrong.