Fix dockerfile

This commit is contained in:
Steve Streza 2024-06-14 00:06:01 -07:00
parent 0cfe0a5b39
commit e8f3c6185f

View File

@ -1,4 +1,7 @@
FROM swift:5.10-noble
FROM swift:noble
RUN apt-get update && \
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