|
|
|
|
|
|
|
|
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions |
|
|
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions |
|
|
|
|
|
|
|
|
ubuntu2204: |
|
|
ubuntu2204: |
|
|
git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3 |
|
|
|
|
|
|
|
|
# git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.4 |
|
|
|
|
|
git clone https://github.com/rayburgemeestre/seasocks --branch master |
|
|
bash ../ubuntu2204.sh make impl |
|
|
bash ../ubuntu2204.sh make impl |
|
|
make package-ubuntu2204 |
|
|
make package-ubuntu2204 |
|
|
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions |
|
|
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions |
|
|
|
|
|
|
|
|
rm -rf out |
|
|
rm -rf out |
|
|
|
|
|
|
|
|
shell: |
|
|
shell: |
|
|
FLAGS="-i --privileged" bash ../ubuntu1804.sh /bin/bash |
|
|
|
|
|
|
|
|
FLAGS="-i --privileged" bash ../ubuntu2204.sh /bin/bash |