3 lines
144 B
Docker
3 lines
144 B
Docker
FROM ubuntu:latest
|
|
RUN apt-get update
|
|
RUN apt-get install --no-install-recommends --no-install-suggests -y freecad python-vtk6 python-numpy
|