]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - hooks/pre_build
Added Tautulli service to ToC
[github/bastienwirtz/homer.git] / hooks / pre_build
CommitLineData
abe6df52
AZ
1#!/bin/bash
2
3# Update to docker-ee 18.x for manifests
4apt-get -y update
5apt-get -y --only-upgrade install docker-ee
6# Register qemu-*-static for all supported processors except the
7# current one, but also remove all registered binfmt_misc before
8docker run --rm --privileged multiarch/qemu-user-static:register --reset