Skip to content

Commit

Permalink
Use bash to execute on docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 9, 2018
1 parent 98e0939 commit 91de9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Expand Up @@ -17,7 +17,7 @@ CONTAINERRUN="$DOCKER run -it -d --entrypoint /bin/sh -v $HERE:/data $CONTAINER"
CONTAINERID=`$CONTAINERRUN`
echo "Starting container: " $CONTAINERID
cat > docker-package.sh << "EOF"
#!/bin/sh
#!/bin/bash
git clone https://github.com/PDAL/PDAL.git;
cd /PDAL;
Expand Down

0 comments on commit 91de9a9

Please sign in to comment.