lang-bootstrap/Dockerfile
2025-04-19 11:01:39 +01:00

5 lines
132 B
Docker

FROM alpine:3.21.3
RUN apk update && apk upgrade && apk add --no-cache make bash wget coreutils
COPY . /code
WORKDIR /code
RUN make