Skip to content

Commit

Permalink
join multiple run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Aug 15, 2024
1 parent bb53b89 commit 93f95b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/images/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 93f95b8

Please sign in to comment.