FROM debian:stable-slim MAINTAINER Juno Takano juno@jutty.dev ENV DEBUG=debug # Setup tooling RUN apt-get -y --update install --no-install-recommends \ curl ca-certificates gcc libc6-dev git file RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # Install RUN <