FROM dxflrs/garage:v1.0.1

RUN apk add --no-cache gettext

COPY garage.toml /etc/garage.toml.tpl

CMD envsubst < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server
