diff --git a/.buildkite/rootfs_images/llvm-passes.jl b/.buildkite/rootfs_images/llvm-passes.jl index 17c9588f75c9e..2d9e47ba4f0fc 100755 --- a/.buildkite/rootfs_images/llvm-passes.jl +++ b/.buildkite/rootfs_images/llvm-passes.jl @@ -8,18 +8,20 @@ include("rootfs_utils.jl") # Build debian-based image with the following extra packages: packages = [ + "bash", "build-essential", + "cmake", + "curl", + "gfortran", + "git", + "less", "libatomic1", + "m4", + "perl", + "pkg-config", "python", "python3", - "gfortran", - "perl", "wget", - "m4", - "cmake", - "pkg-config", - "curl", - "git", ] tarball_path = debootstrap("llvm-passes"; packages)