Use "make deps", which performs additional steps (#3823)

This commit is contained in:
Badlop 2022-05-23 12:35:09 +02:00
parent 7850ce0ec8
commit 26e6bb4a17
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RUN git clone https://github.com/processone/ejabberd.git . \
&& mv .github/container/ejabberdctl.template . \
&& ./autogen.sh \
&& ./configure --with-rebar=mix --enable-all \
&& mix deps.get \
&& make deps \
&& make rel
RUN cp -r _build/prod/rel/ejabberd/ /opt/ejabberd-$VERSION \