From 277e6fa5f721521533969ebcd8fe61349fcfe232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Kr=C3=A6mer?= Date: Fri, 17 Feb 2017 10:55:22 +0100 Subject: [PATCH] Fix failed build due to missing packages in PPA The repository ppa:keithw/glfw3 currently does not provide packages for 16.04 which causes the Docker build to fail. Building from the Ubuntu 14.04 Trusty build fixes the issue. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a72866..0ad1ff7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:8.0-devel +FROM nvidia/cuda:8.0-devel-ubuntu14.04 MAINTAINER support@arrayfire.com RUN apt-get update && apt-get install -y software-properties-common && \