Split requirements-build.txt from requirements-dev.txt to support a leaner tox.ini
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
8479108ee8
commit
6ac617bae1
7 changed files with 10 additions and 8 deletions
|
|
@ -6,7 +6,6 @@ TAG="docker-compose"
|
|||
docker build -t "$TAG" .
|
||||
docker run \
|
||||
--rm \
|
||||
--user=user \
|
||||
--volume="$(pwd):/code" \
|
||||
--entrypoint="script/build-linux-inner" \
|
||||
"$TAG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue