summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-04-24 15:25:18 +0300
committerMichael Lando <ml636r@att.com>2018-04-24 15:25:18 +0300
commit859ff673227570e3eef1b3f15a0ef436e6284315 (patch)
tree29c5c37e04206f1aa047c2c231ca755cba5bd9a5
parentd838e637c7414789e9873a8d8c30ce7d2224821a (diff)
fix build issue in base Dockerfile
Change-Id: I56cb023c7e91c926790088dab742cbb5bcc51c44 Issue-ID: SDC-1222 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--base_sdc-python/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile
index 75b8fe2..bfd8276 100644
--- a/base_sdc-python/Dockerfile
+++ b/base_sdc-python/Dockerfile
@@ -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