FROM alpine:latest MAINTAINER Juno Takano juno@jutty.dev ENV DEBUG=debug # Setup tooling RUN apk add curl clang git file RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # Install RUN <