From 84502ce95ea1e837c7d6fe5cf4462bae4694b3f6 Mon Sep 17 00:00:00 2001 From: James Westman Date: Fri, 7 Jul 2023 17:43:15 -0500 Subject: [PATCH] ci --- build-aux/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Dockerfile b/build-aux/Dockerfile index b060765..edcb881 100644 --- a/build-aux/Dockerfile +++ b/build-aux/Dockerfile @@ -2,9 +2,9 @@ FROM fedora:latest RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \ python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb \ - appstream-devel "dnf-command(builddep)" + appstream-devel "dnf-command(builddep)" RUN dnf build-dep -y gtk4 libadwaita -RUN pip3 install furo mypy sphinx coverage black +RUN pip3 install furo mypy sphinx coverage black isort COPY install_deps.sh . RUN ./install_deps.sh