Skip to content

Commit

Permalink
Test fix for sftpd
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed Dec 8, 2023
1 parent 4d375e7 commit 63adc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sftpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fda
RUN apk update \
&& apk upgrade -a \
&& apk add --no-cache bash shadow openssh openssh-sftp-server \
&& sed -i 's/GROUP=1000/GROUP=100/' /etc/pam.d/useradd \
#&& sed -i 's/GROUP=1000/GROUP=100/' /etc/pam.d/useradd \
&& mkdir -p /var/run/sshd \
&& rm -f /etc/ssh/ssh_host_*key*

Expand Down

0 comments on commit 63adc14

Please sign in to comment.