Skip to content
Snippets Groups Projects
Commit 80be6769 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fixing build dependencies

Base image already gives us `build-essential`, but nothing provided
`fakeroot`. :(
parent eca99ffb
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1101 failed
...@@ -3,7 +3,7 @@ image: containers.ethitter.com:443/docker/images/debian:stretch ...@@ -3,7 +3,7 @@ image: containers.ethitter.com:443/docker/images/debian:stretch
before_script: before_script:
- apt-get update - apt-get update
- apt-get -y --no-install-recommends install devscripts build-essential lintian - apt-get -y --no-install-recommends install devscripts lintian fakeroot
- mkdir ../nginx-package-build.orig - mkdir ../nginx-package-build.orig
package: package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment