Skip to content

Commit

Permalink
Add zstd to the dockerimage used in silo preprocessing.
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Sep 12, 2024
1 parent c34fa1f commit f7b3815
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 @@ -18,7 +18,7 @@ COPY docker_runtime_config.yaml ./runtime_config.yaml
COPY --from=builder /src/siloApi ./

RUN apt update && apt dist-upgrade -y \
&& apt install -y libtbb12 curl jq
&& apt install -y libtbb12 curl jq zstd

# call /info, extract "seqeunceCount" from the JSON and assert that the value is not 0. If any of those fails, "exit 1".
HEALTHCHECK --start-period=20s CMD curl --fail --silent localhost:8081/info | jq .sequenceCount | xargs test 0 -ne || exit 1
Expand Down

0 comments on commit f7b3815

Please sign in to comment.