diff options
| -rw-r--r-- | test/infra/Dockerfile.emba | 2 |
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 | |||
| 68 | WORKDIR /checkout | 68 | WORKDIR /checkout |
| 69 | RUN ./autogen.sh autoconf | 69 | RUN ./autogen.sh autoconf |
| 70 | RUN ./configure --with-ns | 70 | RUN ./configure --with-ns |
| 71 | RUN make -j4 bootstrap | 71 | RUN make bootstrap |
| 72 | RUN make -j4 | 72 | RUN make -j4 |