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:
parent
e0a70707f0
commit
f181b47484
4 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue