]> granicus.if.org Git - graphviz/commitdiff
Add clean up stage to all Dockerfiles
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 20 Apr 2020 07:06:13 +0000 (09:06 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 22 Apr 2020 04:33:41 +0000 (06:33 +0200)
12 files changed:
ci/centos6/Dockerfile
ci/centos7/Dockerfile
ci/centos8/Dockerfile
ci/fedora29/Dockerfile
ci/fedora30/Dockerfile
ci/fedora31/Dockerfile
ci/fedora32/Dockerfile
ci/fedora33/Dockerfile
ci/ubuntu-18.04/Dockerfile
ci/ubuntu-19.04/Dockerfile
ci/ubuntu-19.10/Dockerfile
ci/ubuntu-20.04/Dockerfile

index ee4ac779bb74ac84aec1044a47e3d43c47158099..4ad80166168b529c242a8dfc8e918f6f564c52d6 100644 (file)
@@ -100,3 +100,6 @@ RUN yum -y install tk-devel
 # Test utilities
 RUN yum -y install -y python2-pytest
 RUN yum -y install -y python34-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index b37fbe5e9918a1c4a399593f0fdba134bdf4a2e8..4d128f83eeefc6bbc32af8d81e08f4b06222cb24 100644 (file)
@@ -94,3 +94,6 @@ RUN yum -y install tk-devel
 
 # Test utilities
 RUN yum -y install -y python-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index 1249408f4044c47d230d7b4d26e8ac98052d8d74..067c7c685c118e72a18cd2ccf3169810620c68be 100644 (file)
@@ -95,3 +95,6 @@ RUN yum -y install tk-devel
 # Test utilities
 RUN yum -y install -y python2-pytest
 RUN yum -y install -y python3-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index e254b06850bb307e5523ce30aca8d2364f20c526..fbb5923bf3328a490131fb9985a3770e27330a06 100644 (file)
@@ -108,3 +108,6 @@ RUN yum -y install mono-core
 
 # Test utilities
 RUN yum -y install -y python-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index 1e76e5b851d6a3f43227b9a7ccd60d14de4918f5..ada5388c5a0c08e7890eb31f46889cd753188931 100644 (file)
@@ -105,3 +105,6 @@ RUN yum -y install mono-core
 
 # Test utilities
 RUN yum -y install -y python-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index 59802c65a795ca529cf54786f87f2b0a74ae148d..2b9b2b6bc60c9685959e7f6058e82f19e1099693 100644 (file)
@@ -105,3 +105,6 @@ RUN yum -y install mono-core
 
 # Test utilities
 RUN yum -y install -y python-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index a980e045d370d9c2564a5b1da298705771b94231..7cfa2f5c1b37fcb8d4fb836b519b1ea6091f47a5 100644 (file)
@@ -104,3 +104,6 @@ RUN yum -y install mono-core
 
 # Test utilities
 RUN yum -y install -y python-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index 4c12c64f5f1b63ebf36385c559023adc2ef47d56..4f666c1b593cd9e9a5893f8cfb99c492c956c0c8 100644 (file)
@@ -104,3 +104,6 @@ RUN yum -y install mono-core
 
 # Test utilities
 RUN yum -y install -y python-pytest
+
+# Clean up
+RUN yum clean all && rm -rf /var/cache/yum
index 20c8454d1214523981ba7b706d7a17ad61fc78d3..187c58758ca5703f3d2011c763bcc011dcd0b8c7 100644 (file)
@@ -100,3 +100,6 @@ RUN apt-get install -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install -y python-pytest
+
+# Clean up
+RUN rm -rf /var/lib/apt/lists/*
index 7c923eea723b8edbd5b9c628d9295a181b2b9d3c..1595ed0bbf06a6c6c0b447a1474289427afb2f93 100644 (file)
@@ -100,3 +100,6 @@ RUN apt-get install -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install -y python-pytest
+
+# Clean up
+RUN rm -rf /var/lib/apt/lists/*
index bab3e9274f937d1dc0bf2d7c7af43f64a7de2414..679bf810d61b933a8ab08077f91692f78f52f0e5 100644 (file)
@@ -100,3 +100,6 @@ RUN apt-get install -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install -y python-pytest
+
+# Clean up
+RUN rm -rf /var/lib/apt/lists/*
index ccc45fcaa32bbe291abeb9feec4d3d64d1daa52c..009696a733d5d34c12b84abd0811d0bbcf2efd9d 100644 (file)
@@ -101,3 +101,6 @@ RUN apt-get install -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install -y python-pytest
+
+# Clean up
+RUN rm -rf /var/lib/apt/lists/*