# Download and install the public key
wget -O /etc/apk/keys/cakgok@alpine-repo-68d45397.rsa.pub https://cakgok.github.io/alpine-apk-packer/cakgok@alpine-repo-68d45397.rsa.pub
# Add the repository
echo "https://cakgok.github.io/alpine-apk-packer/main" >> /etc/apk/repositories
# Update the index
apk update