Skip to content

Commit

Permalink
docker: try installing lld in initial stage to avoid cache problem wi…
Browse files Browse the repository at this point in the history
…th deb package

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 22, 2020
1 parent c9fc95f commit de45da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:1.14 AS tinygo-base
RUN wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add - && \
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-10 main" >> /etc/apt/sources.list && \
apt-get update && \
apt-get install -y llvm-10-dev libclang-10-dev git
apt-get install -y llvm-10-dev libclang-10-dev lld-10 git

COPY . /tinygo

Expand Down

0 comments on commit de45da5

Please sign in to comment.