Skip to content

Commit

Permalink
Merge pull request #55 from kokkos/junghans-patch-2
Browse files Browse the repository at this point in the history
ubuntu: install additional packages
  • Loading branch information
junghans authored Feb 5, 2025
2 parents 79beb83 + ca933c1 commit 1ef260f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
make git g++ gfortran ccache vim clang llvm wget sudo curl ninja-build clang-format zstd libhwloc-dev libomp-dev gnupg2 cmake && \
make git g++ gfortran ccache vim clang llvm wget sudo curl ninja-build clang-format zstd libhwloc-dev libomp-dev gnupg2 cmake libgtest-dev clang-tidy gcc-multilib g++-multilib gfortran-multilib && \
apt-get purge --autoremove -y && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 1ef260f

Please sign in to comment.