ff
This commit is contained in:
parent
29eed6a063
commit
34b7cc0720
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ COPY requirements.txt .
|
||||||
COPY requirements.yaml .
|
COPY requirements.yaml .
|
||||||
|
|
||||||
RUN python3 -m pip install --upgrade pip \
|
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
|
RUN ansible-galaxy install -r requirements.yaml --force
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue