Skip to content

Commit c65ce8d

Browse files
committed
Add 'dockerize' target that makes an app with critical GUI components removed
so that we can allow it on DockerHub without licensing restrictions
1 parent c335039 commit c65ce8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ uv-install: build-dirs uv-build
7070
install-rbvi:
7171
$(MAKE) PYQT_LICENSE=commercial install
7272

73+
dockerize: install
74+
rm -rf $(APP_PYSITEDIR)/Qt $(APP_PYSITEDIR)/PySide6 $(APP_PYSITEDIR)/PyQt6
75+
7376
ifdef WIN32
7477
build-minimal: vsdefined
7578
else

0 commit comments

Comments
 (0)