diff --git a/docker/images/ci/Dockerfile b/docker/images/ci/Dockerfile index cd27f86f3c..c9d4b7a9a9 100644 --- a/docker/images/ci/Dockerfile +++ b/docker/images/ci/Dockerfile @@ -77,9 +77,8 @@ RUN export PATH=$PATH:$CARGO_HOME/bin:$RUSTUP_HOME \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN pipx install ansible-core \ - && pipx install ruff - -RUN echo "export PS1='\w \$ '" >> /etc/bash.bashrc + && pipx install ruff \ + && echo "export PS1='\w \$ '" >> /etc/bash.bashrc # Set the entrypoint ENTRYPOINT ["bash", "-e"]