aboutsummaryrefslogtreecommitdiff
path: root/gerboweb/Containerfile.develop
blob: 92f95587ba7ae6c6921b81be11872dbffc74c794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM docker.io/archlinux:latest
MAINTAINER gerbolyze@jaseg.de
RUN pacman --noconfirm -Syu
RUN pacman --noconfirm -Sy pugixml opencv pango cairo git python make clang rustup cargo python-pip base-devel gerbv rsync tmux
RUN rustup install stable
RUN rustup default stable
RUN cargo install usvg resvg
RUN mkdir /app /gerbolyze
RUN python3 -m pip install pip==21.3.1
RUN python3 -m pip install flask numpy lxml wasmtime svg_flatten_wasi resvg_wasi flask_wtf
COPY develop-startup.sh /app/
ENTRYPOINT /app/develop-startup.sh