modified: CubeClt/Dockerfile

modified:   CubeClt/build_and_publish.sh
	modified:   CubeMx/Dockerfile
	new file:   CubeMx/Resources/CubeMX/start-cubemx.sh
	modified:   CubeMx/build_and_publish.sh
	new file:   build_and_publish.sh
This commit is contained in:
2025-03-13 01:23:10 +01:00
parent e2627bcd52
commit 77dc72ce64
6 changed files with 50 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ RUN if [ "${INSTALL_CUBE_CLT}" = "true" ]; then \
fi \
&& rm -rf /tmp/CubeCLT
RUN apt-get clean
# [Optional] Uncomment this section to install additional vcpkg ports.
# RUN su vscode -c "${VCPKG_ROOT}/vcpkg install <your-port-name-here>"