Skip to content

Commit

Permalink
Fix netcat installation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 19, 2024
1 parent ac0854a commit f4acec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.22.5@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc

#used for a readiness probe
RUN apt-get update
RUN apt install -y netcat
RUN apt install -y netcat-openbsd
RUN apt install -y jq

WORKDIR /app
Expand Down

0 comments on commit f4acec9

Please sign in to comment.