From 040f17a727b7f9cf06cdebe114f804dfc8ebe90b Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Fri, 29 Aug 2025 19:25:18 +0200 Subject: [PATCH] Remove final label --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e47b0e1..209058e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN rm -rf .git \ ########################################################################################################### -FROM compiler-common AS final +FROM compiler-common # Based on # https://switch2osm.org/serving-tiles/manually-building-a-tile-server-18-04-lts/