Skip to content

Commit

Permalink
fix(subscriptions): rebuild image
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoSkorJjj committed Apr 22, 2024
1 parent e033167 commit 1db0413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/simple/subscriptions/Subscriptions.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ FROM ubuntu:22.04
WORKDIR /app
RUN apt-get update && apt-get install -y \
libpqxx-6.4 \
libpq5
libpq5 \
curl

# Download and install the gRPC health probe, used for checking the health of gRPC applications
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.13 && \
Expand Down

0 comments on commit 1db0413

Please sign in to comment.