Files
concrete/docker/Dockerfile.hdk-env
Arthur Meyre 202dffb4a5 Build/env dev docker 127 (#196)
build: add workflow to create HDK env Docker Image

- make bot username a secret
- update Makefile to pull the HDK image
- have a separate Makefile for the dev specific Docker Image needs
2021-08-25 14:09:54 +02:00

11 lines
267 B
Docker

FROM ghcr.io/zama-ai/zamalang-compiler
RUN apt-get install --no-install-recommends -y \
python3.8 \
python3.8-venv \
python-is-python3 \
git \
graphviz* && \
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir poetry