diff options
author | Felipe Borges <felipeborges@gnome.org> | 2020-08-24 15:28:15 +0200 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-11-18 15:30:13 +0000 |
commit | 23f91f2d7b489d2afbaf0e93de1d538fd5cc7389 (patch) | |
tree | 7896cb4c2eef085ac8df1dad3b512cb0e8e135a2 | |
parent | ece6b8257047bfec13877a61d71d02bfa7384af0 (diff) | |
download | nautilus-23f91f2d7b489d2afbaf0e93de1d538fd5cc7389.tar.gz |
ci: Add libportal-devel to Dockerfile
https://src.fedoraproject.org/rpms/libportal
-rw-r--r-- | .gitlab/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile index 15fc4130c..b07798299 100644 --- a/.gitlab/Dockerfile +++ b/.gitlab/Dockerfile @@ -1,6 +1,6 @@ FROM fedora:rawhide -RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git \ +RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git libportal-devel \ && dnf builddep --nogpg -y nautilus \ && dnf clean all |