grim/containers/trac-bootstrap

797209326a50
Update convey.yml to the typical version for my containers
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"]