Fixes: 1) Remove unnecessary systemctl enable --now chrony commands from Dockerfiles.

Extra: Simplify Dockerfiles by removing unused chrony setup steps.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-02 01:07:56 +03:00
parent e0a70707f0
commit f181b47484
4 changed files with 0 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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