From 763ebd64e2943bb2ffd745c711631a2f46f70f7c Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 20 Apr 2020 11:06:20 +0200 Subject: [PATCH] Add fakeroot to Ubuntu Docker images --- ci/ubuntu-18.04/Dockerfile | 1 + ci/ubuntu-19.04/Dockerfile | 1 + ci/ubuntu-19.10/Dockerfile | 1 + ci/ubuntu-20.04/Dockerfile | 1 + 4 files changed, 4 insertions(+) diff --git a/ci/ubuntu-18.04/Dockerfile b/ci/ubuntu-18.04/Dockerfile index 13abd26d8..d7316b84e 100644 --- a/ci/ubuntu-18.04/Dockerfile +++ b/ci/ubuntu-18.04/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y flex RUN apt-get update && apt-get install --no-install-recommends -y quilt RUN apt-get update && apt-get install --no-install-recommends -y d-shlibs RUN apt-get update && apt-get install --no-install-recommends -y debhelper +RUN apt-get update && apt-get install --no-install-recommends -y fakeroot # Option glut RUN apt-get update && apt-get install --no-install-recommends -y freeglut3-dev diff --git a/ci/ubuntu-19.04/Dockerfile b/ci/ubuntu-19.04/Dockerfile index 3f038348d..bdae86528 100644 --- a/ci/ubuntu-19.04/Dockerfile +++ b/ci/ubuntu-19.04/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y flex RUN apt-get update && apt-get install --no-install-recommends -y quilt RUN apt-get update && apt-get install --no-install-recommends -y d-shlibs RUN apt-get update && apt-get install --no-install-recommends -y debhelper +RUN apt-get update && apt-get install --no-install-recommends -y fakeroot # Option glut RUN apt-get update && apt-get install --no-install-recommends -y freeglut3-dev diff --git a/ci/ubuntu-19.10/Dockerfile b/ci/ubuntu-19.10/Dockerfile index e292c8eeb..e5c396184 100644 --- a/ci/ubuntu-19.10/Dockerfile +++ b/ci/ubuntu-19.10/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y flex RUN apt-get update && apt-get install --no-install-recommends -y quilt RUN apt-get update && apt-get install --no-install-recommends -y d-shlibs RUN apt-get update && apt-get install --no-install-recommends -y debhelper +RUN apt-get update && apt-get install --no-install-recommends -y fakeroot # Option glut RUN apt-get update && apt-get install --no-install-recommends -y freeglut3-dev diff --git a/ci/ubuntu-20.04/Dockerfile b/ci/ubuntu-20.04/Dockerfile index d76861300..a31a52e22 100644 --- a/ci/ubuntu-20.04/Dockerfile +++ b/ci/ubuntu-20.04/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y ksh RUN apt-get update && apt-get install --no-install-recommends -y quilt RUN apt-get update && apt-get install --no-install-recommends -y d-shlibs RUN apt-get update && apt-get install --no-install-recommends -y debhelper +RUN apt-get update && apt-get install --no-install-recommends -y fakeroot # Option glut RUN apt-get update && apt-get install --no-install-recommends -y freeglut3-dev -- 2.50.1