Sign inSign up

ayys/dub

By ayys

Updated about 17 hours ago

DUB and DMD for Dlang on Debian-Slim - Daily Builds

Image
0

6.8K

ayys/dub repository overview

Source - Gitlab.com/ayys/dlang
This container contains dmd_2.091.0-0_amd64 and dub(package manager) for Dlang
Daily Builds are performed

Dockerfile

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

Tag summary

Content type

Image

Digest

sha256:0f88d21a7

Size

116.5 MB

Last updated

about 17 hours ago

docker pull ayys/dub:debian-slim