forked from vitalif/vitastor
parent
4f5a94c07a
commit
5af8eddaa9
@ -0,0 +1,7 @@ |
||||
#!/bin/bash |
||||
|
||||
sed 's/$REL/bullseye/' < vitastor.Dockerfile > ../Dockerfile |
||||
cd .. |
||||
mkdir -p packages |
||||
sudo podman build -v `pwd`/packages:/root/packages -f Dockerfile . |
||||
rm Dockerfile |
Loading…
Reference in new issue