f
This commit is contained in:
parent
dbba968efa
commit
2de86b3645
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ 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
|
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
RUN ansible-galaxy install -r requirements.yaml --roles-path=/homeserver/roles
|
RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
|
|
Loading…
Reference in a new issue