Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_deb.in @ 2119:914ddb643616
Fix some typos in deb scripts
author | Chris Cannam |
---|---|
date | Wed, 21 Nov 2018 11:55:01 +0000 |
parents | f69819b5c248 |
children | 295b6a146f1c |
comparison
equal
deleted
inserted
replaced
2118:c377ab5c1447 | 2119:914ddb643616 |
---|---|
51 | 51 |
52 WORKDIR ../../sonic-visualiser | 52 WORKDIR ../../sonic-visualiser |
53 RUN ./configure | 53 RUN ./configure |
54 RUN make -j3 | 54 RUN make -j3 |
55 | 55 |
56 RUN deploy/linux/deploy-deb.sh [[RELEASE]]cc1-1 amd64 | 56 RUN deploy/linux/deploy-deb.sh [[RELEASE]] amd64 |
57 RUN tar cvf output-deb.tar *.deb && cp output-deb.tar .. | 57 RUN tar cvf output-deb.tar *.deb && cp output-deb.tar .. |