diff options
-rw-r--r-- | .github/container/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/container/Dockerfile b/.github/container/Dockerfile index a712f9b7..d3537b23 100644 --- a/.github/container/Dockerfile +++ b/.github/container/Dockerfile @@ -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 \ |