Skip to content

Commit 6b37ac6

Browse files
committed
update to use latest ansible.
1 parent 48ed181 commit 6b37ac6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ ENV REQUIRED_PACKAGES \
7070
gnupg2 \
7171
libwebp-dev \
7272
yarn \
73-
ansible \
7473
tzdata \
7574
jq \
7675
libgtk2.0-0 \
@@ -160,6 +159,11 @@ RUN \
160159
rvm requirements run && \
161160
rvm install ${RVM_INSTALL_VERSION}
162161

162+
RUN \
163+
echo "==> Install Ansible..." && \
164+
add-apt-repository --yes --update ppa:ansible/ansible && \
165+
apt-get install -y ansible
166+
163167
RUN \
164168
echo "==> Update scripts" && \
165169
touch $HOME/.bash_profile && echo "if [ -f ~/.bashrc ]; then . ~/.bashrc; fi" >> $HOME/.bash_profile

0 commit comments

Comments
 (0)