Dockerfile
FROM alpine:3.4
RUN apk update && \
apk add -U --no-cache \
ca-certificates \
openssh-client && \
rm -rf /var/cache/apk/*
FROM alpine:3.4
RUN apk update && \
apk add -U --no-cache \
ca-certificates \
openssh-client && \
rm -rf /var/cache/apk/*
RUN echo "StrictHostKeyChecking=no" > /etc/ssh/ssh_config
Content type
Image
Digest
Size
3.5 MB
Last updated
almost 8 years ago
docker pull bysir/ssh-client