missing curl for health check

This commit is contained in:
Michael Shaw 2023-01-25 18:19:48 -05:00
parent 357f5e8af2
commit 8973a0fbf3

View File

@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/cerc-io/laconicd
# Install dependencies
RUN apk add --update $PACKAGES
RUN apk add linux-headers
RUN apk add linux-headers
# Add source files
COPY . .
@ -20,7 +20,7 @@ RUN make build
FROM alpine:3.17.0
# Install ca-certificates
RUN apk add --update ca-certificates jq
RUN apk add --update ca-certificates jq curl
WORKDIR /
# Copy over binaries from the build-env