build.sh 226 B

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