Source commit: fc8380260013119c2535fa0ec860c9e0581c5896 Public tree identity: sha256:2edc3fda481ae8b3b5f4949811e496ec787aa436aa26bd070e14ac410ba75adc
3 lines
97 B
Docker
3 lines
97 B
Docker
FROM docker.io/library/alpine:3.20
|
|
RUN apk add --no-cache build-base tar zstd
|
|
WORKDIR /workspace
|