fix build issue in base Dockerfile 33/44333/1
authorMichael Lando <ml636r@att.com>
Tue, 24 Apr 2018 12:25:18 +0000 (15:25 +0300)
committerMichael Lando <ml636r@att.com>
Tue, 24 Apr 2018 12:25:18 +0000 (15:25 +0300)
Change-Id: I56cb023c7e91c926790088dab742cbb5bcc51c44
Issue-ID: SDC-1222
Signed-off-by: Michael Lando <ml636r@att.com>
base_sdc-python/Dockerfile

index 75b8fe2..bfd8276 100644 (file)
@@ -27,4 +27,4 @@ RUN pip install influxdb pycurl requests
 # Install Chef
 RUN set -ex && \
     apk add --no-cache bash build-base ruby ruby-dev libffi-dev libxml2-dev && \
-    gem install chef berkshelf io-console --no-document
+    gem install chef:13.8.5 berkshelf io-console --no-document