Skip to content

Commit ef5d949

Browse files
Cecile Robert-Michonmboersma
authored andcommitted
feat(rootfs/Dockerfile): add ansible (#202)
1 parent c7210cf commit ef5d949

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ RUN \
2626
apt-get update && \
2727
apt-get install -y software-properties-common && \
2828
add-apt-repository ppa:rmescandon/yq && \
29+
apt-add-repository --yes --update ppa:ansible/ansible && \
2930
apt-get update && \
3031
apt-get upgrade -y --no-install-recommends && \
3132
apt-get install -y --no-install-recommends \
33+
ansible \
3234
bash \
3335
build-essential \
3436
ca-certificates \

0 commit comments

Comments
 (0)