diff --git a/Dockerfiles/Dockerfile.app b/Dockerfiles/Dockerfile.app index e7df5c30..c545addb 100644 --- a/Dockerfiles/Dockerfile.app +++ b/Dockerfiles/Dockerfile.app @@ -36,8 +36,6 @@ RUN set -eux; \ pip install --upgrade pip; \ curl -sSL https://install.python-poetry.org | python3 -RUN systemctl enable --now chrony - COPY pyproject.toml pyproject.toml COPY poetry.lock poetry.lock diff --git a/Dockerfiles/Dockerfile.beat b/Dockerfiles/Dockerfile.beat index 9617312b..8d175820 100644 --- a/Dockerfiles/Dockerfile.beat +++ b/Dockerfiles/Dockerfile.beat @@ -36,8 +36,6 @@ RUN set -eux; \ pip install --upgrade pip; \ curl -sSL https://install.python-poetry.org | python3 -RUN systemctl enable --now chrony - COPY pyproject.toml pyproject.toml COPY poetry.lock poetry.lock diff --git a/Dockerfiles/Dockerfile.stock_updater b/Dockerfiles/Dockerfile.stock_updater index 60f07aa7..2987573e 100644 --- a/Dockerfiles/Dockerfile.stock_updater +++ b/Dockerfiles/Dockerfile.stock_updater @@ -36,8 +36,6 @@ RUN set -eux; \ pip install --upgrade pip; \ curl -sSL https://install.python-poetry.org | python3 -RUN systemctl enable --now chrony - COPY pyproject.toml pyproject.toml COPY poetry.lock poetry.lock diff --git a/Dockerfiles/Dockerfile.worker b/Dockerfiles/Dockerfile.worker index 9e58084c..86f9ade0 100644 --- a/Dockerfiles/Dockerfile.worker +++ b/Dockerfiles/Dockerfile.worker @@ -36,8 +36,6 @@ RUN set -eux; \ pip install --upgrade pip; \ curl -sSL https://install.python-poetry.org | python3 -RUN systemctl enable --now chrony - COPY pyproject.toml pyproject.toml COPY poetry.lock poetry.lock