8 lines
146 B
Docker
8 lines
146 B
Docker
FROM thomasloven/novnc-ubuntu
|
|
|
|
RUN sudo apt-get update \
|
|
&& DEBIAN_FRONTEND=noninteractive \
|
|
sudo apt-get install -y blender
|
|
|
|
CMD ["blender"]
|