Skip to content

Commit

Permalink
Add curl to the container for healthcheck purposes (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanderveer authored Oct 9, 2023
1 parent 0f48251 commit 4b5b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go build -v -o mlmym
FROM debian:bullseye-slim
WORKDIR /app
RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ca-certificates && \
ca-certificates curl && \
rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/mlmym /app/mlmym
COPY --from=builder /app/templates /app/templates
Expand Down

0 comments on commit 4b5b4aa

Please sign in to comment.