blob: 76d2d11358369e1ca8f86c0c4e96dbfba877454c (
plain)
1
2
3
4
5
6
7
8
9
|
FROM kibana:4.3.3
RUN apt-get -y update && apt-get -y install \
curl=7.38.0-4+deb8u10 \
vim=2:7.4.488-7+deb8u3
# install chef-solo
RUN curl -L https://omnitruck.chef.io/install.sh | bash
|