mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
build(opensure): ensure docker build has apparmor-profiles.
This commit is contained in:
parent
d21af8246b
commit
33c78ea4cf
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ build_in_docker_rpm() {
|
|||
docker pull "$BASEIMAGE/$dist"
|
||||
docker run -tid --name "$img" --volume "$VOLUME:$BUILDIR" \
|
||||
"$BASEIMAGE/$dist"
|
||||
docker exec "$img" sudo zypper install -y distribution-release golang-packaging rsync
|
||||
docker exec "$img" sudo zypper install -y distribution-release golang-packaging rsync apparmor-profiles
|
||||
fi
|
||||
|
||||
docker exec --workdir="$BUILDIR/$PKGNAME" "$img" bash dists/build.sh rpm
|
||||
|
|
Loading…
Reference in a new issue