Skip to content

Commit 65daf0f

Browse files
committed
Fix odin's builds
1 parent 14291b4 commit 65daf0f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

odin/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ FROM 100hellos/000-base:local
66
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" | sudo tee -a /etc/apk/repositories
77
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" | sudo tee -a /etc/apk/repositories
88

9-
# Install LLVM and Clang for building Odin (git and make already in base)
10-
RUN sudo apk update
11-
RUN sudo apk add --no-cache \
12-
llvm-dev \
9+
RUN sudo apk update && sudo apk add --no-cache \
10+
llvm20-dev \
1311
clang
1412

1513
# Create directory and clone/build Odin from source

0 commit comments

Comments
 (0)