this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+1
+1
Dockerfile
···
label org.opencontainers.image.licenses='MIT'
copy rootfs .
+
run chmod 755 /etc
run chmod -R 755 /etc/s6-overlay
run apk add shadow s6-overlay execline openssl openssh git curl bash
run useradd -d /home/git git && openssl rand -hex 16 | passwd --stdin git