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