3 lines
118 B
Docker
3 lines
118 B
Docker
FROM ubuntu:latest
|
|
RUN apt-get update
|
|
RUN apt-get install --no-install-recommends --no-install-suggests -y blender
|