aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/infra/Dockerfile.emba2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index 30a58971340..19c83a8016f 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -68,5 +68,5 @@ COPY . /checkout
68WORKDIR /checkout 68WORKDIR /checkout
69RUN ./autogen.sh autoconf 69RUN ./autogen.sh autoconf
70RUN ./configure --with-ns 70RUN ./configure --with-ns
71RUN make -j4 bootstrap 71RUN make bootstrap
72RUN make -j4 72RUN make -j4