From ffd84af54383129b7b416550b2b4a47fb39c3e81 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Sat, 28 Jun 2025 07:05:50 +0100 Subject: [PATCH] Fixup docker (#2642) * Fixup docker * comma --- docker-compose.yml | 1 + docs/BUILDING_DOCKER.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index bca75f474c..8f0a30b137 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ services: oot: build: + context: . dockerfile: Dockerfile volumes: - ./:/oot diff --git a/docs/BUILDING_DOCKER.md b/docs/BUILDING_DOCKER.md index 98aed29c97..60f54c1686 100644 --- a/docs/BUILDING_DOCKER.md +++ b/docs/BUILDING_DOCKER.md @@ -4,6 +4,8 @@ To use Docker, you'll need either Docker Desktop or Docker Toolbox installed and setup based on your system. +On Ubuntu, Docker and required tools can be installed with: `sudo apt install docker.io docker-compose docker-buildx` + You'll also need to prepare a local version of the project with a copied base ROM (see steps [2](../README.md#2-clone-the-repository) and [3](../README.md#3-prepare-a-base-rom) of the Linux instructions). ## 2. Create and start the Docker image build