challenge: Override passwd to include a timer (for shadow upload)
This commit is contained in:
parent
24e7005e41
commit
7b1cf513a5
2 changed files with 10 additions and 0 deletions
|
|
@ -71,5 +71,6 @@ COPY --from=mirror /out/ /
|
|||
|
||||
COPY ssl/ec_cert.pem /usr/share/ca-certificates/nemunai.re/cert.pem
|
||||
COPY lib/ /lib/
|
||||
COPY passwd.sh /bin/passwd
|
||||
|
||||
RUN echo "nemunai.re/cert.pem" >> /etc/ca-certificates.conf && update-ca-certificates
|
||||
|
|
|
|||
Reference in a new issue