Skip to content

Commit b8349d1

Browse files
author
Christophe Romain
committed
Force configuration of eimp (#36)
1 parent 1dde352 commit b8349d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ecs/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ WORKDIR /ejabberd
1111
COPY vars.config .
1212
COPY rel/*exs rel/
1313
RUN git checkout ${VERSION/latest/HEAD} \
14-
&& mix deps.get
14+
&& mix deps.get \
15+
&& (cd deps/eimp; ./configure)
1516

1617
# Compile
1718
RUN mix do compile, release.init, release --env=prod

0 commit comments

Comments
 (0)