Skip to content

Commit

Permalink
Added shunit2
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed Dec 14, 2023
1 parent 6aed3fc commit 1743f5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM flounder5/runner-bash:v0.0.3

RUN apt-get update && \
apt-get install -y \
shellcheck && \
shellcheck \
shunit2 && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 1743f5e

Please sign in to comment.