hadolint: DL3047
This commit is contained in:
parent
4753626ad9
commit
b6be31b007
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ RUN apt-get update \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||||
|
|
||||||
RUN wget 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
|
||||||
|
|
Loading…
Reference in a new issue