establish a properish Docker environment
This commit is contained in:
6
scripts/build_docker_image.sh
Executable file
6
scripts/build_docker_image.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Build a docker image for yocto
|
||||
# Made partly with chatgpt & claude
|
||||
|
||||
docker build -t "yocto-embedded-course" ..
|
||||
echo "Docker image built!"
|
Reference in New Issue
Block a user