github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/build/squash/Dockerfile (about)

     1  FROM alpine as base
     2  RUN apk update
     3  FROM base