From 9d191d44671b66b82b4eb93f141bf2457b86aa47 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Tue, 24 Jun 2025 07:54:57 +0200 Subject: [PATCH] Fixup docker --- 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..d7084032e3 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