forked from qt-creator/qt-creator
4 lines
109 B
Bash
4 lines
109 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
docker build -t qt-6.3.2-android-ubuntu-22.04-build -f Dockerfile-qt-6.3.2-android-ubuntu-22.04 .
|