Merge pull request #3456 from stapelberg/travis

travis: fix mk-build-deps call by providing changelog file
next
Orestis 2018-10-15 11:16:20 +03:00 committed by GitHub
commit 7013ea6c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN apt-get update && \
# Install i3 build dependencies.
COPY debian/control /usr/src/i3-debian-packaging/control
COPY debian/changelog /usr/src/i3-debian-packaging/changelog
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive mk-build-deps --install --remove --tool 'apt-get --no-install-recommends -y' /usr/src/i3-debian-packaging/control && \
rm -rf /var/lib/apt/lists/*