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 025d175 commit ea4470fCopy full SHA for ea4470f
Dockerfile
@@ -1,9 +1,9 @@
1
FROM buildpack-deps:stable
2
3
RUN apt-get update && apt-get -y install cmake ninja-build lzip
4
-RUN useradd -ms /bin/bash ez80
5
-USER ez80
6
-WORKDIR /home/ez80
+#RUN useradd -ms /bin/bash ez80
+#USER ez80
+WORKDIR /root
7
COPY clang/0001-Emit-GAS-sytax.patch 0001-Emit-GAS-sytax.patch
8
RUN curl -LO https://github.com/jacobly0/llvm-project/archive/1b767f5cc455.zip
9
RUN unzip 1b767f5cc455.zip
0 commit comments