commit b3186d9b39a48bc0db2a9cfcb629dc604368a969 Author: Alexander Mahr Date: Mon Oct 21 08:10:48 2024 +0200 create compose.yml application for android studio diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8d80a7a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,15 @@ +FROM ubuntu:22.04 +RUN <