From bbc18371ddb31bf3b8e122ebde7009993caac07b Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 6 May 2025 20:07:37 -0300 Subject: [PATCH] chore(docker): add Docker installation command to Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2157b466..ea1c043c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* +RUN curl -fsSL https://get.docker.com | bash + COPY . . RUN pip install --no-cache-dir -e .