diff --git a/Dockerfile b/Dockerfile index 1419c1c..31aab7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY requirements.txt . COPY requirements.yaml . RUN python3 -m pip install --upgrade pip \ - && python3 -m pip install --no-cache-dir -r requirements.txt --root-user-action + && python3 -m pip install --no-cache-dir -r requirements.txt RUN ansible-galaxy install -r requirements.yaml --force