Add dev containers, musl build
This commit is contained in:
parent
23cd51fc95
commit
d246c7c598
12 changed files with 117 additions and 49 deletions
13
containers/Containerfile.debian-dev
Normal file
13
containers/Containerfile.debian-dev
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
FROM debian:stable-slim
|
||||
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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue