Hi!
Im running in some errors when trying to build the docker images, specifically the server.
latest commit: f45fddf
Step 20/28 : RUN pacman -Su base-devel git libgit2 openssl-1.1 bubblewrap fakechroot arch-install-scripts shadow --noconfirm
---> Running in 94759bec212d
---> Running in 9d127a714e6d
warning: base-devel-1-2 is up to date -- reinstalling
error: target not found: openssl-1.1
warning: shadow-4.18.0-1 is up to date -- reinstalling
openssl-1.1 seems to be an aur package tho.
I've tried just removing the version number to get the generic package from the normal repos and that works so far.
I'm wondering if the version pin to 1.1 was intentional or not?
cheers :)
Hi!
Im running in some errors when trying to build the docker images, specifically the server.
latest commit: f45fddf
openssl-1.1seems to be an aur package tho.I've tried just removing the version number to get the generic package from the normal repos and that works so far.
I'm wondering if the version pin to 1.1 was intentional or not?
cheers :)