Em vez de substituir o arquivo /etc/apt/sources.list
usando >
, você pode anexar o texto usando >>
.
Portanto, será algo semelhante ao seguinte.
RUN echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" >> /etc/apt/sources.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 \
&& apt-get update \
&& apt-get install -y ansible