FROM alpine:latest
  
RUN apk add --update git openssh-client \
    && apk update \
    && apk upgrade
