Add Dockerfile for pigz/parallel

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-01-24 17:23:12 -06:00
parent 2e84ca3543
commit 5f8999708e
Signed by: millironx
GPG key ID: 139C07724802BC5D

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM alpine:3.14.0
RUN apk add --no-cache parallel pigz bash