Skip to content

Commit

Permalink
update to use latest ansible.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 19, 2024
1 parent 48ed181 commit 6b37ac6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ ENV REQUIRED_PACKAGES \
gnupg2 \
libwebp-dev \
yarn \
ansible \
tzdata \
jq \
libgtk2.0-0 \
Expand Down Expand Up @@ -160,6 +159,11 @@ RUN \
rvm requirements run && \
rvm install ${RVM_INSTALL_VERSION}

RUN \
echo "==> Install Ansible..." && \
add-apt-repository --yes --update ppa:ansible/ansible && \
apt-get install -y ansible

RUN \
echo "==> Update scripts" && \
touch $HOME/.bash_profile && echo "if [ -f ~/.bashrc ]; then . ~/.bashrc; fi" >> $HOME/.bash_profile
Expand Down

0 comments on commit 6b37ac6

Please sign in to comment.