tangled
alpha
login
or
join now
kdy.ch
/
knot-docker
forked from
tangled.org/knot-docker
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Compare changes
Choose any two refs to compare.
base:
main
fix/ssh-perms
no tags found
compare:
main
fix/ssh-perms
no tags found
go
+1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
Dockerfile
···
21
21
label org.opencontainers.image.licenses='MIT'
22
22
23
23
copy rootfs .
24
24
+
run chmod 755 /etc
24
25
run chmod -R 755 /etc/s6-overlay
25
26
run apk add shadow s6-overlay execline openssl openssh git curl bash
26
27
run useradd -d /home/git git && openssl rand -hex 16 | passwd --stdin git