f
This commit is contained in:
parent
ed99cb74c7
commit
f7ef3bd0ca
2 changed files with 4 additions and 0 deletions
|
@ -14,5 +14,8 @@ RUN apt-get update \
|
|||
RUN python3 -m pip install --upgrade pip \
|
||||
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
RUN python3 -m pip install --upgrade pip \
|
||||
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
RUN wget -q https://git.mgrote.net/mg/homeserver/raw/branch/master/requirements.yaml \
|
||||
&& ansible-galaxy install -r requirements.yaml
|
||||
|
|
|
@ -3,3 +3,4 @@ pykeepass==4.0.3
|
|||
jmespath
|
||||
ansible
|
||||
#docker-compose
|
||||
ansible-dev-tools==24.7.1
|
||||
|
|
Loading…
Reference in a new issue