mirror of
https://github.com/coturn/coturn.git
synced 2025-10-28 05:21:00 +01:00
Delete build-docker.sh
It depended on the remove outdated Docker file so it is also removed. See the docker dir for more up2date docker build files
This commit is contained in:
parent
fad52a0e94
commit
ae2ee1f4e4
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -o xtrace
|
||||
|
||||
dir=`pwd`
|
||||
echo "$dir"
|
||||
|
||||
build_image=coturnbuild
|
||||
dockerargs="--privileged -v ${dir}:/root/coturn -w /root/coturn"
|
||||
container_env=' -e "INSIDECONTAINER=-incontainer=true"'
|
||||
docker="docker run --rm -it ${dockerargs} ${container_env} ${build_image}"
|
||||
|
||||
docker build -f Dockerfile.build -t ${build_image} .
|
||||
|
||||
${docker} bash -c "./configure && make"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user