From 8ad937caabbf0eb85a4e0375164e9a84522377d9 Mon Sep 17 00:00:00 2001 From: Mohamed ElSayed Date: Mon, 2 Dec 2024 12:32:57 +1100 Subject: [PATCH] chore: Revert changes to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 78cddda..e4fbb53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update && \ libcurl4-openssl-dev && \ rm -rf /var/lib/apt/lists/* + # Include global arg in this stage of the build ARG FUNCTION_DIR # Create function directory