Skip to content

Commit

Permalink
Merge pull request #6 from system4-tech/bats
Browse files Browse the repository at this point in the history
ubuntu: add bats package
  • Loading branch information
joakimhellum authored Sep 10, 2024
2 parents 4e63fbe + a0e24da commit d97a93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
bats \
binutils \
build-essential \
bzip2 \
Expand Down
1 change: 1 addition & 0 deletions ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## Installed packages

* bats
* binutils
* build-essential
* bzip2
Expand Down

0 comments on commit d97a93c

Please sign in to comment.