diff options
| author | 2025-10-27 11:57:39 +0100 | |
|---|---|---|
| committer | 2025-10-27 11:57:39 +0100 | |
| commit | 659991f750b4d08c4c171d340841b5d18f3afecd (patch) | |
| tree | 7ae46684a1400d517c66192f278ecf302890294f /Dockerfile | |
| parent | d093ab1f027fe51fb280a70ca9de2c79cc18db04 (diff) | |
Added handling of gid for git user also
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ RUN apk add --no-cache openssh-server fish git sudo # default uid for git user who has access to all repos ENV GIT_UID=1000 +ENV GIT_GID=1000 # Modified ssh conf with disabled root login and no password authentication COPY src/ssh.conf /etc/ssh/sshd_config.d/ |
