Skip to content

Commit

Permalink
mk-build-deps does not seem to remove all its files now (?). (Closes: #…
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Jul 17, 2020
1 parent 2e19017 commit 2073510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.sh
Expand Up @@ -414,6 +414,7 @@ fi

cat >>Dockerfile <<EOF
RUN env DEBIAN_FRONTEND=noninteractive DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES:-}" mk-build-deps --install --remove --tool 'apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
RUN find -maxdepth 1 -type f -name '-build-deps_*' -delete
RUN rm -f Dockerfile
RUN git checkout Dockerfile .travis.yml || true
Expand Down

0 comments on commit 2073510

Please sign in to comment.