Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
No tty needed
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Sep 29, 2015
1 parent e22b8d8 commit b156021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/deb/build_with_docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

rm *.deb

docker build -t ubuntu-deb -f Dockerfile.ubuntu . && docker run -t -i --rm -v $PWD:/out ubuntu-deb
docker build -t ubuntu-deb -f Dockerfile.ubuntu . && docker run -i --rm -v $PWD:/out ubuntu-deb
rename 's/(\d)_amd64/$1_ubuntu_amd64/' *.deb

docker build -t debian-deb -f Dockerfile.debian . && docker run -t -i --rm -v $PWD:/out debian-deb
docker build -t debian-deb -f Dockerfile.debian . && docker run -i --rm -v $PWD:/out debian-deb
rename 's/(\d)_amd64/$1_debian_amd64/' *.deb

0 comments on commit b156021

Please sign in to comment.