Add required packages for build jasmine 77/33177/2
authorZhijiang Hu <hu.zhijiang@zte.com.cn>
Mon, 10 Apr 2017 09:20:24 +0000 (05:20 -0400)
committerZhijiang Hu <hu.zhijiang@zte.com.cn>
Mon, 10 Apr 2017 09:50:27 +0000 (05:50 -0400)
Also add code/jasmine/.tarball-version to set version manually,
otherwise we need more software such as git to get the version and
also we may encounter rpmbuild error due to rpmbuild does not
support dash character in git version.

Change-Id: If9b7ef75cbc0a5e4987658454b47abf02b451989
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
code/jasmine/.tarball-version [new file with mode: 0644]
docker/Dockerfile

diff --git a/code/jasmine/.tarball-version b/code/jasmine/.tarball-version
new file mode 100644 (file)
index 0000000..21e8796
--- /dev/null
@@ -0,0 +1 @@
+1.0.3
index 6026db1..06002bf 100644 (file)
@@ -15,6 +15,10 @@ RUN yum -y install \
   make \
   rpm \
   rpm-build \
+  gcc \
+  autoconf \
+  automake \
+  glibc-devel \
   python-sphinx \
   python-XStatic-Angular \
   python-XStatic-Angular-Bootstrap \