From eb63bce0f48e1f3a53c3badb8c3b34dc3de4804d Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Tue, 20 Jun 2023 14:25:06 +0100 Subject: [PATCH] compose: Use repository's container image for dev env This changes the `docker-compose.yml` file to use the Pine64 OpenPineBuds repository's container image for the development environment, but the user has the option to build from scratch. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0cffbdf..e76aeef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,7 @@ services: stdin_open: true tty: true privileged: true + image: "ghcr.io/pine64/openpinebuds:latest-sdk" build: context: . volumes: