Files
IfcOpenShell/nix.Dockerfile
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
229 B
Docker
Raw Normal View History

2022-08-10 09:36:19 +02:00
FROM continuumio/miniconda3
RUN apt-get update
RUN apt-get -y install \
git gcc g++ autoconf bison make cmake libfreetype6-dev mesa-common-dev libffi-dev libfontconfig1-dev patch
COPY . .
RUN cd nix && python3 build-all.py