myriad/languages/d/Dockerfile

7 lines
98 B
Docker

FROM alpine
LABEL author="SunRed"
RUN apk add --no-cache musl-dev gcc ldc
COPY run.sh /var/run/