bap-poc-phase-2/.devcontainer/Dockerfile

8 lines
192 B
Docker
Raw Normal View History

2024-06-14 07:06:01 +00:00
FROM swift:noble
2024-06-13 08:38:09 +00:00
2024-06-14 07:06:01 +00:00
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