This commit is contained in:
James Westman 2023-07-07 17:43:15 -05:00
parent f526cfa4d9
commit 84502ce95e
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -4,7 +4,7 @@ RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \
python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb \ 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 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 . COPY install_deps.sh .
RUN ./install_deps.sh RUN ./install_deps.sh