Files
concrete/docker/Dockerfile.concretefhe-env
Arthur Meyre 1a340e111e tools: add shell_lint target to lint .sh files
- update docker image to install shellcheck
- fix lint errors in files
2021-09-21 11:16:14 +02:00

17 lines
434 B
Docker

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 \
python-is-python3 \
git \
graphviz* \
pandoc \
shellcheck && \
rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir poetry