Fix build failure of base images
[sdc/sdc-docker-base.git] / base_sdc-elasticsearch / Dockerfile
index 15c9746..e505991 100644 (file)
@@ -5,6 +5,7 @@ RUN mkdir -p /var/chef/nodes
 # Install Chef
 RUN set -ex && \
     apk add --no-cache \
+        linux-headers \
         curl \
         vim \
         bash \