fix build issue in base Dockerfile
[sdc/sdc-docker-base.git] / 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