Skip to content

Commit b3be34e

Browse files
committed
sles: remove permissions workaround
1 parent a2f26ae commit b3be34e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ci_build_images/sles.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ RUN zypper -n update \
1717
&& ARCH=$(rpm --query --queryformat='%{ARCH}' zypper) \
1818
&& if [ "$ARCH" = x86_64 ]; then ARCH=amd64 ; fi \
1919
&& 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 \
20+
&& zypper -n install \
2321
bzip2 \
2422
ccache \
2523
check-devel \

0 commit comments

Comments
 (0)