mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Use "make deps", which performs additional steps (#3823)
This commit is contained in:
parent
7850ce0ec8
commit
26e6bb4a17
2
.github/container/Dockerfile
vendored
2
.github/container/Dockerfile
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user