diff --git a/Dockerfile b/Dockerfile index 0269b88..d5c7eae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY requirements.yaml . RUN python3 -m pip install --upgrade pip \ && python3 -m pip install --no-cache-dir -r requirements.txt -RUN ansible-galaxy install -r requirements.yaml --force +RUN ansible-galaxy install -r requirements.yaml --force --root-user-action RUN apt-get update \ && apt-get -y --no-install-recommends install \