aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-03-01 09:27:40 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-03-01 09:27:40 +0000
commitb5b43fc7ad90c823c7294565d76ba7efd2db71fe (patch)
treeffe6bb7dc18876437c0d5b92e12b08f0989258b3
parentb88768593321aed75d365b31c8e961d21d941faa (diff)
tcwg-base*: Add bsd-mailx package.
Change-Id: Ia4fb466289f0087839f0d39a786be527ab9572e7
-rw-r--r--tcwg-base/Dockerfile.in1
-rw-r--r--trusty-amd64-tcwg-base/Dockerfile3
-rw-r--r--trusty-arm64-tcwg-base/Dockerfile3
-rw-r--r--trusty-armhf-tcwg-base/Dockerfile3
-rw-r--r--trusty-i386-tcwg-base/Dockerfile3
-rw-r--r--xenial-amd64-tcwg-base/Dockerfile3
-rw-r--r--xenial-arm64-tcwg-base/Dockerfile3
-rw-r--r--xenial-armhf-tcwg-base/Dockerfile3
-rw-r--r--xenial-i386-tcwg-base/Dockerfile3
9 files changed, 17 insertions, 8 deletions
diff --git a/tcwg-base/Dockerfile.in b/tcwg-base/Dockerfile.in
index 457c43d8..f8a87092 100644
--- a/tcwg-base/Dockerfile.in
+++ b/tcwg-base/Dockerfile.in
@@ -39,6 +39,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
binutils-aarch64-linux-gnu \
binutils-arm-linux-gnueabihf \
#endif
+ bsd-mailx \
build-essential \
byacc \
ccache \
diff --git a/trusty-amd64-tcwg-base/Dockerfile b/trusty-amd64-tcwg-base/Dockerfile
index ca455fdb..989b01b4 100644
--- a/trusty-amd64-tcwg-base/Dockerfile
+++ b/trusty-amd64-tcwg-base/Dockerfile
@@ -22,6 +22,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
bison \
binutils-aarch64-linux-gnu \
binutils-arm-linux-gnueabihf \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -126,4 +127,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D"]
-# checksum: cb2dc0d6eb2f31af7eb4d9ba3ff2e34b
+# checksum: 6cf2d3a7a502cfb1f51aaba92249556e
diff --git a/trusty-arm64-tcwg-base/Dockerfile b/trusty-arm64-tcwg-base/Dockerfile
index d76cc478..a7dea549 100644
--- a/trusty-arm64-tcwg-base/Dockerfile
+++ b/trusty-arm64-tcwg-base/Dockerfile
@@ -19,6 +19,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
automake \
bc \
bison \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -107,4 +108,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D"]
-# checksum: a69983bad7d21752a7afcdfad944a38d
+# checksum: c0eca062aa8000976bdccdb2438e4bad
diff --git a/trusty-armhf-tcwg-base/Dockerfile b/trusty-armhf-tcwg-base/Dockerfile
index 731083f3..e2761feb 100644
--- a/trusty-armhf-tcwg-base/Dockerfile
+++ b/trusty-armhf-tcwg-base/Dockerfile
@@ -19,6 +19,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
automake \
bc \
bison \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -107,4 +108,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["linux32", "/usr/sbin/sshd", "-D"]
-# checksum: 331e1929d0a14f3c728a377156157563
+# checksum: 37d0f23df417dc59345e85c618fc4437
diff --git a/trusty-i386-tcwg-base/Dockerfile b/trusty-i386-tcwg-base/Dockerfile
index 2086794d..7b626ff3 100644
--- a/trusty-i386-tcwg-base/Dockerfile
+++ b/trusty-i386-tcwg-base/Dockerfile
@@ -23,6 +23,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
bison \
binutils-aarch64-linux-gnu \
binutils-arm-linux-gnueabihf \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -126,4 +127,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["linux32", "/usr/sbin/sshd", "-D"]
-# checksum: a14022615767502d411c5144908b5e40
+# checksum: bfa366e193b3821fca47f1da60c0af0e
diff --git a/xenial-amd64-tcwg-base/Dockerfile b/xenial-amd64-tcwg-base/Dockerfile
index 597e71f9..874823bc 100644
--- a/xenial-amd64-tcwg-base/Dockerfile
+++ b/xenial-amd64-tcwg-base/Dockerfile
@@ -22,6 +22,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
bison \
binutils-aarch64-linux-gnu \
binutils-arm-linux-gnueabihf \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -125,4 +126,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D"]
-# checksum: 3f858490e34fc135f7c029fcc5bedc76
+# checksum: 48814af3cc6c29ab8bb78e937ee860b5
diff --git a/xenial-arm64-tcwg-base/Dockerfile b/xenial-arm64-tcwg-base/Dockerfile
index 6d0bc791..cf0be40f 100644
--- a/xenial-arm64-tcwg-base/Dockerfile
+++ b/xenial-arm64-tcwg-base/Dockerfile
@@ -19,6 +19,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
automake \
bc \
bison \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -108,4 +109,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D"]
-# checksum: e39f014cabd5533a4233e7e93df29b58
+# checksum: 398e83d368854d72506e7530116ff57a
diff --git a/xenial-armhf-tcwg-base/Dockerfile b/xenial-armhf-tcwg-base/Dockerfile
index 7c3b460d..bd40b0da 100644
--- a/xenial-armhf-tcwg-base/Dockerfile
+++ b/xenial-armhf-tcwg-base/Dockerfile
@@ -19,6 +19,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
automake \
bc \
bison \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -108,4 +109,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["linux32", "/usr/sbin/sshd", "-D"]
-# checksum: afae2a50d236d8d9f6ade3d04dd9bd01
+# checksum: 629c67d4f4a70927879832d6301c4462
diff --git a/xenial-i386-tcwg-base/Dockerfile b/xenial-i386-tcwg-base/Dockerfile
index bec2397a..d49fa71b 100644
--- a/xenial-i386-tcwg-base/Dockerfile
+++ b/xenial-i386-tcwg-base/Dockerfile
@@ -23,6 +23,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
bison \
binutils-aarch64-linux-gnu \
binutils-arm-linux-gnueabihf \
+ bsd-mailx \
build-essential \
byacc \
ccache \
@@ -126,4 +127,4 @@ VOLUME /tmp
EXPOSE 22
CMD ["linux32", "/usr/sbin/sshd", "-D"]
-# checksum: e9ce16032b19e2367d330310762b3195
+# checksum: 79365fd7d8ee7258430265a506cbfed1