ejschwartz commited on
Commit
0bf3f06
·
1 Parent(s): d26cd59

try readobj

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN apt-get -y update && apt-get -y install lsb-release software-properties-comm
11
 
12
  RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
13
 
 
 
14
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
15
 
16
  # Set up a new user named "user" with user ID 1000
 
11
 
12
  RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
13
 
14
+ RUN llvm-readobj-20 --version
15
+
16
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
 
18
  # Set up a new user named "user" with user ID 1000