diff --git a/.devops/main.Dockerfile b/.devops/main.Dockerfile index cd575efa0..ef2256598 100644 --- a/.devops/main.Dockerfile +++ b/.devops/main.Dockerfile @@ -1,7 +1,7 @@ ARG UBUNTU_VERSION=22.04 FROM ubuntu:$UBUNTU_VERSION as build - +RUN pip install tqdm RUN apt-get update && \ apt-get install -y build-essential @@ -15,4 +15,4 @@ FROM ubuntu:$UBUNTU_VERSION as runtime COPY --from=build /app/main /main -ENTRYPOINT [ "/main" ] \ No newline at end of file +ENTRYPOINT [ "/main" ]