diff --git a/Dockerfile b/Dockerfile index ab8d499..06abe21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ WORKDIR /code/app COPY ./requirements.txt /code/requirements.txt COPY ./app /code/app -RUN python3.10 -m pip install --upgrade pip -RUN echo Y | python3.10 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt \ No newline at end of file +RUN python3 -m pip install --upgrade pip +RUN echo Y | python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt \ No newline at end of file