Skip to content

Commit

Permalink
feat(debian): add netcat-traditional for healthchecks (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
louneskmt authored Jun 27, 2024
1 parent 0b1d821 commit 44eb27e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ RUN addgroup --gid 1000 satoshi && \
adduser --home /home --uid 1000 --gid 1000 satoshi && \
chown -R satoshi:satoshi /home

RUN apt-get update && \
apt-get install -y netcat-traditional && \
rm -rf /var/lib/apt/lists/*

COPY ./scripts/update-user.sh /docker/update-user.sh
COPY ./scripts/entrypoint.sh /docker/entrypoint.sh

Expand Down

0 comments on commit 44eb27e

Please sign in to comment.