build.sh 199 B

1234567
  1. #!/bin/sh
  2. script_dir="`cd $(dirname $0); pwd`"
  3. docker build -t commontk/ctk-test:opengl-qt4 $script_dir -f Dockerfile-qt4
  4. docker build -t commontk/ctk-test:opengl-qt5 $script_dir -f Dockerfile-qt5