Disabel SELinux to fix builds on arm64
This commit is contained in:
parent
9aeb4b44b4
commit
1cf9089e33
@ -14,6 +14,7 @@ stages:
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
- echo 0 > /sys/fs/selinux/enforce || true
|
||||
- echo -n "$CI_LOGIN_PASSWORD" | docker login -u "$CI_LOGIN_USERNAME" --password-stdin
|
||||
- docker version
|
||||
- docker info
|
||||
|
Loading…
Reference in New Issue
Block a user