Skip to content

Commit

Permalink
Merge pull request #121 from open-zaak/issue/120-netcat
Browse files Browse the repository at this point in the history
🐛 [#120] bring netcat back
  • Loading branch information
alextreme authored Dec 7, 2023
2 parents 978b957 + 3501e35 commit 7ac5ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
procps \
nano \
postgresql-client \
# Required for Celery to work.
netcat-openbsd \
&& rm -rf /var/lib/apt/lists/*

RUN pip install pip -U
Expand Down

0 comments on commit 7ac5ce0

Please sign in to comment.