lifecycle/tools/Dockerfile

5 lines
58 B
Docker

ARG from_image
FROM ${from_image}
RUN apk add build-base