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