ff
This commit is contained in:
parent
bad0a57ad8
commit
29eed6a063
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ COPY requirements.txt .
|
|||
COPY requirements.yaml .
|
||||
|
||||
RUN python3 -m pip install --upgrade pip \
|
||||
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
||||
&& python3 -m pip install --no-cache-dir -r requirements.txt --root-user-action
|
||||
|
||||
RUN ansible-galaxy install -r requirements.yaml --force --root-user-action
|
||||
RUN ansible-galaxy install -r requirements.yaml --force
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
|
|
Loading…
Reference in a new issue