Skip to content

Commit a18b0a6

Browse files
author
Wang, Gang(Gary)
committed
MNEMONIC-265: Remove runall command from Dockerfile
1 parent 274a040 commit a18b0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN cd /ws && git clone https://github.com/apache/incubator-mnemonic.git && \
6666

6767
ENV MNEMONIC_HOME /ws/incubator-mnemonic
6868

69-
RUN cd /ws/incubator-mnemonic && build-tools/runall.sh -y
69+
#RUN cd /ws/incubator-mnemonic && build-tools/runall.sh -y
7070

7171
WORKDIR /ws
7272
CMD ["bash"]

0 commit comments

Comments
 (0)