chore(docker): add Docker installation command to Dockerfile

This commit is contained in:
Davidson Gomes 2025-05-06 20:07:37 -03:00
parent 7b7487fea7
commit bbc18371dd

View File

@ -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 .