grim/containers/trac-bootstrap

Add uid/gid support and fix the tar command
draft
2021-04-11, Gary Kramlich
e0330bc71c67
Add uid/gid support and fix the tar command
FROM alpine:edge
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
apk add --no-cache mc bzip2 gzip tar xz zstd
ENTRYPOINT ["/usr/local/bin/bootstrap"]