Dockerfile 100 B

123456789
  1. FROM moby/buildkit:v0.9.3-rootless
  2. USER root
  3. RUN apk update
  4. RUN apk add git
  5. RUN apk add openssh