5 lines
66 B
Docker
5 lines
66 B
Docker
|
FROM alpine:latest
|
||
|
|
||
|
RUN apk add --no-cache libarchive-tools zstd
|
||
|
|