8000 build, refactor: update docker image to clang-12. · fibjs/fibjs@687243d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 687243d

Browse files
committed
build, refactor: update docker image to clang-12.
1 parent c526167 commit 687243d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dockerfiles/linux-build-env.amd64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM ubuntu:20.04
22

33
RUN apt-get update && apt-get install sudo -y && apt-get install make -y && \
4-
apt-get install cmake -y && apt-get install ccache -y && apt-get install git -y && \
5-
apt-get install libx11-dev -y && apt-get install clang -y && apt-get install g++ -y
4+
apt-get install cmake -y && apt-get install ccache -y && apt-get install git -y && \
5+
apt-get install libx11-dev -y && apt-get install clang -y && \
6+
apt-get install clang-12 -y && apt-get install g++ -y
67

78
RUN adduser fibjs -q && chmod 777 /root

0 commit comments

Comments
 (0)
0