build: remove unused curl dependency in concretfhe-env docker image

This commit is contained in:
Arthur Meyre
2021-09-15 15:31:05 +02:00
parent 0fbe2fe00b
commit e382c899cf

View File

@@ -2,7 +2,6 @@ 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 \