en/tests/containers/Containerfile.alpine-dev
jutty d9341e7686
Some checks are pending
/ verify (push) Waiting to run
/ publish (push) Waiting to run
Add dev containers, musl build
2026-03-07 17:52:08 -03:00

13 lines
211 B
Text

FROM docker.io/library/rust:alpine
MAINTAINER Juno Takano juno@jutty.dev
ENV DEBUG=debug
# Install
COPY en /usr/local/bin/en
# Describe
RUN sha256sum $(which en)
# Launch
WORKDIR /root
CMD ["en", "-p", "80"]