From de99a34adf944b66da392cb2af3e4eb7036730c5 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 23 Jan 2019 09:36:29 +0100 Subject: [PATCH] ci: Use gdc instead of gdc-6 gdc-6 is currently not in testing and gdc will pull in the default version (currently gdc-8) which should work. Signed-off-by: Gert Wollny --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 3935541..9207048 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -34,7 +34,7 @@ RUN apt-get -y install ca-certificates && \ g++-7 \ gcc-7 \ gdb \ - gdc-6 \ + gdc \ git \ golang-go \ kbd \