fix: add curl to env docker image

This commit is contained in:
Arthur Meyre
2021-09-09 13:15:55 +02:00
parent 31804feaa5
commit da96a63af8

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 \