DUB and DMD for Dlang on Debian-Slim - Daily Builds
6.8K
FROM debian:unstable-slim
# install required dependencies
RUN apt-get update && apt-get install -y wget &&\
wget http://downloads.dlang.org/releases/2.x/2.091.0/dmd_2.091.0-0_amd64.deb -O dmd.deb &&\
dpkg -i dmd.deb || true &&\
apt --fix-broken install -y
Content type
Image
Digest
sha256:0f88d21a7…
Size
116.5 MB
Last updated
about 17 hours ago
docker pull ayys/dub:debian-slim