From 1e545dff59b887ef9f46cb03640beaac4b6020e8 Mon Sep 17 00:00:00 2001
From: Nick Hurst <hurst.178@osu.edu>
Date: Thu, 9 Feb 2017 13:38:22 -0500
Subject: [PATCH] adds yarn dependency

---
 centos6/Dockerfile | 1 +
 centos7/Dockerfile | 1 +
 2 files changed, 2 insertions(+)

diff --git a/centos6/Dockerfile b/centos6/Dockerfile
index 479dda7..343fe91 100644
--- a/centos6/Dockerfile
+++ b/centos6/Dockerfile
@@ -28,6 +28,7 @@ RUN yum -y update && \
       redhat-rpm-config \
       rpm-build \
       rpm-sign \
+      yarn \
       wget \
       which && \
     yum clean all && \
diff --git a/centos7/Dockerfile b/centos7/Dockerfile
index bdbd779..c6c037c 100644
--- a/centos7/Dockerfile
+++ b/centos7/Dockerfile
@@ -27,6 +27,7 @@ RUN yum -y update && \
       redhat-rpm-config \
       rpm-build \
       rpm-sign \
+      yarn \
       wget \
       which && \
     yum clean all && \
-- 
GitLab