Add some example applications

This commit is contained in:
2024-12-09 16:46:38 +01:00
parent 5d2dd6c946
commit 70609cdc2e
4 changed files with 55 additions and 0 deletions

7
apps/blender.Dockerfile Normal file
View 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"]