We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a335e commit 5f76449Copy full SHA for 5f76449
Dockerfile-alpine
@@ -5,7 +5,7 @@ FROM alpine:latest
5
# - OpenSSH needs /var/run/sshd to run
6
# - Remove generic host keys, entrypoint generates unique keys
7
RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
8
- apk add --no-cache bash shadow@community openssh-server-pam openssh-sftp-server && \
+ apk add --no-cache bash shadow@community openssh-server-pam openssh-sftp-server tzdata && \
9
ln -s /usr/sbin/sshd.pam /usr/sbin/sshd && \
10
mkdir -p /var/run/sshd && \
11
rm -f /etc/ssh/ssh_host_*key*
0 commit comments