Skip to content

Commit

Permalink
[jenkins] Fix ubuntu-intel gpg file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Dec 5, 2023
1 parent 1f5e358 commit d6ac6cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/Dockerfile.ubuntu-intel
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM intel/oneapi-hpckit:2023.2.1-devel-ubuntu22.04
ARG LLVM=15

# Fix broken gpg keyfile
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
| gpg --dearmor | tee /usr/share/keyrings/intel-oneapi-archive-keyring.gpg > /dev/null

RUN apt-get update && apt-get install -y lsb-release wget software-properties-common && \
wget -O /tmp/llvm.sh https://apt.llvm.org/llvm.sh && chmod +x /tmp/llvm.sh && /tmp/llvm.sh ${LLVM} && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down

0 comments on commit d6ac6cc

Please sign in to comment.