Add install of requirements-parser to Flatpak Dockerfile

This commit is contained in:
Sumner Evans
2020-07-25 14:46:23 -06:00
parent 9bae9b1218
commit 02357fc41d
2 changed files with 2 additions and 1 deletions

View File

@@ -55,7 +55,6 @@ build:
build_flatpak:
image: registry.gitlab.com/sublime-music/sublime-music/flatpak-build:latest
allow_failure: true
stage: build
script:
- cd flatpak

View File

@@ -13,3 +13,5 @@ RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flath
RUN flatpak install -y org.gnome.Platform//3.36 && \
flatpak install -y org.gnome.Sdk//3.36
RUN pip3 install requirements-parser