Skip to content

Commit b57a7c1

Browse files
authored
Merge pull request #51 from devilbox/release-0.38
Add graphviz to all worker images
2 parents 4c856c6 + c0bd7e3 commit b57a7c1

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

Dockerfiles/work/Dockerfile-5.2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-5.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-5.4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-5.5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-5.6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-7.0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-7.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-7.2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

Dockerfiles/work/Dockerfile-7.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN set -x \
5757
git \
5858
git-flow \
5959
git-svn \
60+
graphviz \
6061
hostname \
6162
htop \
6263
imagemagick \

build/ansible/DOCKERFILES/Dockerfile-work.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ RUN set -x \
7272
git \
7373
git-flow \
7474
git-svn \
75+
graphviz \
7576
hostname \
7677
htop \
7778
imagemagick \

0 commit comments

Comments
 (0)