grim/containers/trac-bootstrap

Fix some issues with the bootstrap
draft default tip
2021-05-02, Gary Kramlich
7a2164e313ac
Fix some issues with the bootstrap
FROM alpine:edge
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
apk add --no-cache wget bzip2 gzip tar xz zstd
RUN set -ex && \
wget -O /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
chmod +x /usr/local/bin/mc
COPY bootstrap /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/bootstrap"]