From: Magnus Jacobsson Date: Mon, 20 Apr 2020 09:06:20 +0000 (+0200) Subject: Add fakeroot to Ubuntu Docker images X-Git-Tag: 2.44.1~76^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=763ebd64e2943bb2ffd745c711631a2f46f70f7c;p=graphviz Add fakeroot to Ubuntu Docker images --- 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