chore: add curl back to docker for benchmarks

This commit is contained in:
Umut
2021-09-16 10:38:53 +03:00
parent 381c81b76c
commit 25fafcd4f4

View File

@@ -2,6 +2,7 @@ FROM ghcr.io/zama-ai/zamalang-compiler
RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
apt-get install --no-install-recommends -y \
curl \
python3.8 \
python3.8-tk \
python3.8-venv \