Install equivs for mk-build-deps

This commit is contained in:
Mike Roberts 2020-10-26 19:34:53 +00:00
parent f4d137a5e0
commit 361cdf73b2
No known key found for this signature in database
GPG key ID: B68562622B45F745

View file

@ -109,7 +109,7 @@ async function main() {
await exec.exec("docker", [ await exec.exec("docker", [
"exec", "exec",
container, container,
"apt-get", "install", "--no-install-recommends", "-y", "dpkg-dev", "debhelper", "devscripts" "apt-get", "install", "--no-install-recommends", "-y", "dpkg-dev", "debhelper", "devscripts", "equivs"
]) ])
core.endGroup() core.endGroup()