We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16cad0f + 28f9d00 commit ae54d4fCopy full SHA for ae54d4f
.drone.star
@@ -24,7 +24,7 @@ def main(ctx):
24
'repo': ctx.repo.name,
25
'squishversion': {
26
'latest': '7.1.1-qt64x-linux64',
27
- 'fedora': '7.2.1-qt66x-linux64',
+ 'fedora': '8.0.0-qt67x-linux64',
28
},
29
'description': 'Squish for ownCloud CI',
30
's3secret': {
fedora/Dockerfile.amd64
@@ -19,7 +19,9 @@ RUN dnf install -y \
19
gcc-c++ \
20
libxkbcommon-devel \
21
libxkbcommon-x11-devel \
22
- xcb-util*
+ xcb-util* \
23
+ 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 && \
0 commit comments