Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Sep 22, 2022
1 parent d0f4a22 commit 5a4be05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get -q update && apt-get install -qy --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

RUN git clone https://github.com/FISCO-BCOS/FISCO-BCOS.git && cd FISCO-BCOS \
&& git checkout ${SOURCE} && if [[ "${TARGETARCH}" != "amd64" ]]; then cmake . ;else cmake -DARCH_NATIVE=on .;fi && make -j2 && strip bin/fisco-bcos
&& git checkout ${SOURCE} && if [ "${TARGETARCH}" != "amd64" ]; then cmake . ;else cmake -DARCH_NATIVE=on .;fi && make -j2 && strip bin/fisco-bcos

FROM ubuntu:20.04
LABEL maintainer [email protected]
Expand Down

0 comments on commit 5a4be05

Please sign in to comment.