Source commit: 3988921719e96f61b19b517860c8da5c95ab8aa6 Public tree identity: sha256:7e139db2e2aa31a144db56600d0928f6cf21eb64717296300b9ad4246037c9ce
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
|