lang-bootstrap/Dockerfile

6 lines
132 B
Text
Raw Normal View History

2025-04-19 11:01:39 +01:00
FROM alpine:3.21.3
RUN apk update && apk upgrade && apk add --no-cache make bash wget coreutils
COPY . /code
WORKDIR /code
RUN make