1 2 3 4 5 6 7 8 9 10 11 12 13 14
FROM alpine:latest RUN apk update && apk upgrade && \ apk add --no-cache bash git openssh-client ca-certificates ADD dist/flint /bin/flint RUN adduser -D -g '' bloom USER bloom WORKDIR /flint CMD ["flint"]