From 6b37ac656dde73154f010e7e5f4307e6dfb83be6 Mon Sep 17 00:00:00 2001 From: wildone Date: Fri, 20 Sep 2024 02:35:53 +1000 Subject: [PATCH] update to use latest ansible. --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90a581f..83fc76a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,6 @@ ENV REQUIRED_PACKAGES \ gnupg2 \ libwebp-dev \ yarn \ - ansible \ tzdata \ jq \ libgtk2.0-0 \ @@ -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