Skip to content

Commit ae54d4f

Browse files
Merge pull request #69 from owncloud-ci/feat/squish-8
feat: 8.0.0-qt67x-linux64
2 parents 16cad0f + 28f9d00 commit ae54d4f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.drone.star

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main(ctx):
2424
'repo': ctx.repo.name,
2525
'squishversion': {
2626
'latest': '7.1.1-qt64x-linux64',
27-
'fedora': '7.2.1-qt66x-linux64',
27+
'fedora': '8.0.0-qt67x-linux64',
2828
},
2929
'description': 'Squish for ownCloud CI',
3030
's3secret': {

fedora/Dockerfile.amd64

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ RUN dnf install -y \
1919
gcc-c++ \
2020
libxkbcommon-devel \
2121
libxkbcommon-x11-devel \
22-
xcb-util*
22+
xcb-util* \
23+
patch \
24+
libxcrypt-compat
2325

2426
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 \
2527
-so python3.10.13.rpm && \

0 commit comments

Comments
 (0)