Switch some commands to more widely available ones.
The commands `wget` and `awk` are not present in the official Docker base image for SLE 15 SP6 (registry.suse.com/bci/bci-base:15.6). Although I guess that the lack of the latter means that this image is not properly POSIX-compliant, I think the easiest solution is to use `curl` and `sed` instead, which are available. See merge request nexedi/slapos.core!655
Showing
Please register or sign in to comment