From 9cc3792c6123648cf6f70fc40a0fa1bd5f50c3ad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jan 2022 17:26:43 +0100 Subject: [PATCH] Update Dockerfile --- tandoor_recipes/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index 7a4d6b30e..15a2da4a9 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -26,6 +26,9 @@ FROM ${BUILD_FROM} # 3 Install apps # ################## +# Add rootfs +COPY rootfs/ / + # Modules ARG MODULES="00-banner.sh"