We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7210cf commit ef5d949Copy full SHA for ef5d949
1 file changed
rootfs/Dockerfile
@@ -26,9 +26,11 @@ RUN \
26
apt-get update && \
27
apt-get install -y software-properties-common && \
28
add-apt-repository ppa:rmescandon/yq && \
29
+ apt-add-repository --yes --update ppa:ansible/ansible && \
30
31
apt-get upgrade -y --no-install-recommends && \
32
apt-get install -y --no-install-recommends \
33
+ ansible \
34
bash \
35
build-essential \
36
ca-certificates \
0 commit comments