dd
This commit is contained in:
parent
100599b5ca
commit
e06e110f77
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,7 @@ 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
|
||||||
|
|
||||||
RUN wget -q https://git.mgrote.net/mg/homeserver/raw/branch/master/requirements.yaml \
|
RUN wget -q https://git.mgrote.net/mg/homeserver/raw/branch/master/requirements.yaml \
|
||||||
&& ansible-galaxy install -r requirements.yaml
|
&& ansible-galaxy install -r requirements.yaml --force
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
|
@ -43,3 +43,7 @@ RUN apt-get update \
|
||||||
jq \
|
jq \
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* \
|
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
|
||||||
|
pip install 'pykeepass==4.0.3' --user
|
||||||
|
ansible-galaxy collection install viczem.keepass
|
||||||
|
|
Loading…
Reference in a new issue