Skip to content

Commit

Permalink
Merge pull request #9 from MO-RISE/feat/more-3rd-party-dependencies
Browse files Browse the repository at this point in the history
Adding jq and parallel to the list of 3rd party dependencies.
  • Loading branch information
freol35241 authored Nov 21, 2023
2 parents 48e6dba + 2744583 commit bf79549
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.11-slim-bullseye

RUN apt-get update && apt-get install -y \
socat \
jq \
parallel \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt requirements.txt
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ services:

https://linux.die.net/man/1/socat

* **jq**

https://jqlang.github.io/jq/manual/v1.7/

* **parallel**

https://linux.die.net/man/1/parallel

### Examples

```yaml
Expand Down

0 comments on commit bf79549

Please sign in to comment.