We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee5d1e commit 17f01baCopy full SHA for 17f01ba
1 file changed
Dockerfile-oneapi-minimal
@@ -21,7 +21,8 @@ RUN apt-get update \
21
22
# download the key to system keyring
23
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
24
- | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
+ | gpg --dearmor
25
+# | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
26
RUN echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
27
| sudo tee /etc/apt/sources.list.d/oneAPI.list
28
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install --no-install-recommends \
0 commit comments