Skip to content

Commit

Permalink
release 1.2: add ipmitool
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Mar 1, 2018
1 parent 725aeb7 commit 185ea8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -40,7 +40,8 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C C300EE8C &
python-memcache \
sudo \
curl \
composer && \
composer \
ipmitool && \
rm -rf /etc/nginx/sites-available/* /etc/nginx/sites-enabled/* && \
sed -i 's/pm.max_children = 5/pm.max_children = 24/g' /etc/php/7.2/fpm/pool.d/www.conf && \
sed -i 's/pm.start_servers = 2/pm.start_servers = 4/g' /etc/php/7.2/fpm/pool.d/www.conf && \
Expand Down

0 comments on commit 185ea8f

Please sign in to comment.