Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 9b68eff

Browse files
authored
Merge pull request #21 from fullstack-devops/bugfix/update-ansible-version
add repo update ansible for latest stable version
2 parents 3ac7e4d + ddc9fa1 commit 9b68eff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

images/ansible-k8s/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ARG PACKAGES="ansible"
1616
ARG PACKAGES_PYTHON="kubernetes"
1717

1818
RUN apt-get update \
19+
&& add-apt-repository --yes --update ppa:ansible/ansible \
1920
&& apt-get install -y --no-install-recommends ${PACKAGES} \
2021
&& rm -rf /var/lib/apt/lists/* \
2122
&& apt-get clean

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:20.04
22

33
ARG UBUNTU_VERSION=20.04
44
ARG DEBIAN_FRONTEND=noninteractive
5-
ARG PACKAGES="libffi-dev libicu-dev build-essential libssl-dev ca-certificates jq sed grep git curl wget zip python3-pip"
5+
ARG PACKAGES="libffi-dev libicu-dev build-essential libssl-dev ca-certificates software-properties-common jq sed grep git curl wget zip python3-pip "
66

77
ENV USERNAME="runner"
88
ENV UBUNTU_VERSION=20.04

0 commit comments

Comments
 (0)