]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1623727 - Graphviz needs to be installed in bmo-slim base container to allow...
authordklawren <dklawren@users.noreply.github.com>
Fri, 20 Mar 2020 17:12:30 +0000 (13:12 -0400)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2020 17:12:30 +0000 (13:12 -0400)
Dockerfile
Dockerfile.bmo-slim

index c598bc5c9e18e077031e669629475be7be777b05..f4c41320f4128b85e3e93179acda46d9efd4956b 100644 (file)
@@ -1,4 +1,4 @@
-FROM mozillabteam/bmo-perl-slim:20200211.1
+FROM mozillabteam/bmo-perl-slim:20200320.1
 
 ENV DEBIAN_FRONTEND noninteractive
 
index a536d6d055949e7df0922a7d0d1b19f198d90871..0cb9a6db18d6af23bb4e66b74d7a2fc27e39fbeb 100644 (file)
@@ -44,6 +44,7 @@ RUN apt-get update \
     && apt-get install -y \
        curl \
        git \
+       graphviz \
        libcap2-bin \
        rsync \
        $(cat /app/PACKAGES) \