mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Modified comment on Dockerfile
Simply to add the llvm installation to the existing comment.
This commit is contained in:
parent
bfdb839d01
commit
fd0baeb5a4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ RUN apt-get update && apt-get upgrade && \
|
|||
jq \
|
||||
nano
|
||||
|
||||
# Install bazelisk
|
||||
# Install bazelisk and llvm
|
||||
RUN wget https://apt.llvm.org/llvm.sh && chmod u+x llvm.sh && \
|
||||
./llvm.sh 17 && rm llvm.sh && \
|
||||
ln -s /usr/bin/python3 /usr/bin/python && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue