mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-17 22:41:15 +00:00
Ansible dependencies
This commit is contained in:
@@ -72,13 +72,14 @@ RUN set -x \
|
||||
git \
|
||||
git-flow \
|
||||
git-svn \
|
||||
gnupg \
|
||||
hostname \
|
||||
htop \
|
||||
imagemagick \
|
||||
iputils-ping \
|
||||
less \
|
||||
libc-dev \
|
||||
libffi-dev\
|
||||
libssl-dev\
|
||||
make \
|
||||
mongodb-org-shell \
|
||||
mongodb-org-tools \
|
||||
@@ -94,7 +95,6 @@ RUN set -x \
|
||||
python-cffi \
|
||||
python-dev \
|
||||
python-pip \
|
||||
python-setuptools \
|
||||
python-wheel \
|
||||
redis-tools \
|
||||
rubygems \
|
||||
|
||||
@@ -149,7 +149,10 @@ software_available:
|
||||
ansible:
|
||||
check: ansible --version | grep -E '^ansible [.0-9]+$'
|
||||
all:
|
||||
command: pip install ansible
|
||||
command: |
|
||||
pip install --upgrade pip \
|
||||
&& pip install --upgrade setuptools \
|
||||
&& pip install ansible \
|
||||
awesomeci:
|
||||
check: |
|
||||
mdl --version | grep -E '[.0-9]+' \
|
||||
|
||||
Reference in New Issue
Block a user