diff options
| author | Fuwn <[email protected]> | 2022-08-16 19:17:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 19:17:13 -0700 |
| commit | 1dffd7adbe35ab39b3b410c0b2f177e5d333e1f3 (patch) | |
| tree | 10f03af879c6c483fdf270a93e959fd5253e2f94 /Dockerfile | |
| parent | fix: bump toolchain for github actions (diff) | |
| download | locus-1dffd7adbe35ab39b3b410c0b2f177e5d333e1f3.tar.xz locus-1dffd7adbe35ab39b3b410c0b2f177e5d333e1f3.zip | |
fix(Dockerfile): install gnupg2 before curling llvm
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ RUN cargo install sccache # RUN apt-get update && apt-get install clang-3.9 -y +RUN apt-get install -y gnupg2 + RUN curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y clang |