Add install of requirements-parser to Flatpak Dockerfile
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user