8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c526167 commit 687243dCopy full SHA for 687243d
dockerfiles/linux-build-env.amd64
@@ -1,7 +1,8 @@
1
FROM ubuntu:20.04
2
3
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
+ apt-get install cmake -y && apt-get install ccache -y && apt-get install git -y && \
+ apt-get install libx11-dev -y && apt-get install clang -y && \
6
+ apt-get install clang-12 -y && apt-get install g++ -y
7
8
RUN adduser fibjs -q && chmod 777 /root
0 commit comments