Add some example applications
This commit is contained in:
10
apps/freecad.Dockerfile
Normal file
10
apps/freecad.Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM thomasloven/novnc-base
|
||||
|
||||
RUN sudo apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
sudo apt-get install -y software-properties-common \
|
||||
&& sudo add-apt-repository -y ppa:freecad-maintainers/freecad-daily \
|
||||
&& sudo apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
sudo apt-get install -y freecad-daily
|
||||
|
||||
Reference in New Issue
Block a user