Skip to content

Commit ea4470f

Browse files
committed
Build as root
1 parent 025d175 commit ea4470f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM buildpack-deps:stable
22

33
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
4+
#RUN useradd -ms /bin/bash ez80
5+
#USER ez80
6+
WORKDIR /root
77
COPY clang/0001-Emit-GAS-sytax.patch 0001-Emit-GAS-sytax.patch
88
RUN curl -LO https://github.com/jacobly0/llvm-project/archive/1b767f5cc455.zip
99
RUN unzip 1b767f5cc455.zip

0 commit comments

Comments
 (0)