Copy over all Phase 2 files

This commit is contained in:
2025-04-28 09:58:27 +02:00
commit 2e93b3e2f3
16 changed files with 4243 additions and 0 deletions

7
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM swift:noble
RUN touch /var/mail/ubuntu && \
chown ubuntu /var/mail/ubuntu && \
userdel -r ubuntu && \
apt-get update && \
apt-get install -y libadwaita-1.0 libadwaita-1-dev