diff --git a/.drone.star b/.drone.star index 5fb4267..39cee7e 100644 --- a/.drone.star +++ b/.drone.star @@ -24,7 +24,7 @@ def main(ctx): 'repo': ctx.repo.name, 'squishversion': { 'latest': '7.1.1-qt64x-linux64', - 'fedora': '7.2.1-qt66x-linux64', + 'fedora': '8.0.0-qt67x-linux64', }, 'description': 'Squish for ownCloud CI', 's3secret': { diff --git a/fedora/Dockerfile.amd64 b/fedora/Dockerfile.amd64 index 9becdc2..f0f7a00 100644 --- a/fedora/Dockerfile.amd64 +++ b/fedora/Dockerfile.amd64 @@ -19,7 +19,9 @@ RUN dnf install -y \ gcc-c++ \ libxkbcommon-devel \ libxkbcommon-x11-devel \ - xcb-util* + xcb-util* \ + patch \ + libxcrypt-compat RUN curl https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/os/Packages/p/python3.10-3.10.13-1.fc39.x86_64.rpm \ -so python3.10.13.rpm && \