Copy over all Phase 2 files
This commit is contained in:
7
.devcontainer/Dockerfile
Normal file
7
.devcontainer/Dockerfile
Normal 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
|
Reference in New Issue
Block a user