Skip to content

Commit

Permalink
dockerfile use ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Sep 22, 2022
1 parent 4433e1d commit d0f4a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04 as builder
FROM ubuntu:20.04 as builder
LABEL maintainer [email protected]

WORKDIR /
Expand All @@ -20,7 +20,7 @@ RUN apt-get -q update && apt-get install -qy --no-install-recommends \
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

FROM ubuntu:18.04
FROM ubuntu:20.04
LABEL maintainer [email protected]

RUN apt-get -q update && apt-get install -qy --no-install-recommends libssl-dev zlib1g-dev \
Expand Down

0 comments on commit d0f4a22

Please sign in to comment.