Skip to content

Commit

Permalink
ssh-server fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Aug 13, 2024
1 parent 2213030 commit e08613c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine

RUN apk add --no-cache openssh-server && \
adduser -D sshuser && passwd -u sshuser && ssh-keygen -A
Expand Down

0 comments on commit e08613c

Please sign in to comment.