diff --git a/Dockerfile b/Dockerfile index 9a2e21a..4630473 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y tzdata # ENV TZ Asia/Tokyo RUN apt-get update && \ - apt-get install --yes --no-install-recommends curl g++ libopencv-dev python3.10 && python3-pip \ + apt-get install --yes --no-install-recommends curl g++ libopencv-dev python3.10 python3-pip \ rm -rf /var/lib/apt/lists/* RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=${POETRY_VERSION} python3.10 -