There was an error while loading. Please reload this page.
1 parent a2f26ae commit b3be34eCopy full SHA for b3be34e
1 file changed
ci_build_images/sles.Dockerfile
@@ -17,9 +17,7 @@ RUN zypper -n update \
17
&& ARCH=$(rpm --query --queryformat='%{ARCH}' zypper) \
18
&& if [ "$ARCH" = x86_64 ]; then ARCH=amd64 ; fi \
19
&& zypper addrepo https://ci.mariadb.org/galera/mariadb-4.x-latest-gal-"${ARCH}-${ID%%leap}-${VERSION_ID}".repo \
20
- # permissions -> https://bugzilla.opensuse.org/show_bug.cgi?id=1228968 workaround \
21
- && zypper -n install permissions; \
22
- zypper -n install \
+ && zypper -n install \
23
bzip2 \
24
ccache \
25
check-devel \
0 commit comments