grim/containers/trac-bootstrap

Beef up the readme
draft
2021-04-11, Gary Kramlich
2338a63e5d7e
Beef up the readme
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"]