Add vhs tape gif

This commit is contained in:
Gerald Pinder
2024-05-27 23:45:08 -04:00
parent dec3b43bd7
commit a7498a99ed
32 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
# https://docs.gitlab.com/runner/install/docker.html#selinux
set -euo pipefail
git clone https://github.com/dpw/selinux-dockersock.git /tmp/selinux-dockersock
pushd /tmp/selinux-dockersock
make dockersock.pp
semodule -i dockersock.pp
popd