Add some example applications
This commit is contained in:
7
apps/blender.Dockerfile
Normal file
7
apps/blender.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM thomasloven/novnc-base
|
||||
|
||||
RUN sudo apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
sudo apt-get install -y blender
|
||||
|
||||
CMD ["blender"]
|
||||
Reference in New Issue
Block a user