Disabel SELinux to fix builds on arm64
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user