forked from FISCO-BCOS/FISCO-BCOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4433e1d
commit d0f4a22
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 / | ||
|
@@ -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 \ | ||
|