Skip to content

Commit

Permalink
remove build container on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed Jul 6, 2018
1 parent 415425a commit 4b63901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-pitrezor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chown $DOCKER_UID:$DOCKER_UID images

docker build -t $IMAGE .

docker run -t -v $(pwd)/images:/images:z $IMAGE /bin/bash -c "\
docker run -t --rm -v $(pwd)/images:/images:z $IMAGE /bin/bash -c "\
git clone https://github.com/heneault/yocto-pitrezor.git && \
cd yocto-pitrezor && \
git checkout $TAG && \
Expand Down

0 comments on commit 4b63901

Please sign in to comment.