Use justenoughlinuxos docker hub account.
This commit is contained in:
parent
6a301f73cc
commit
e9bca968f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -61,7 +61,7 @@ package-clean:
|
|||
# For example: make docker-RG351V will use docker to call: make RG351V
|
||||
# All variables are scoped to docker-* commands to prevent weird collisions/behavior with non-docker commands
|
||||
|
||||
docker-%: DOCKER_IMAGE := "jelos/jelos-build:latest"
|
||||
docker-%: DOCKER_IMAGE := "justenoughlinuxos/jelos-build:latest"
|
||||
|
||||
# DOCKER_WORK_DIR is the directory in the Docker image - it used to be /work
|
||||
# Anytime this directory changes, you must run `make clean` similarly to moving the 351ELEC directory
|
||||
|
|
Loading…
Reference in a new issue