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 3d36f0b commit 3a72d0fCopy full SHA for 3a72d0f
1 file changed
Dockerfile-oneapi-minimal
@@ -21,7 +21,7 @@ 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
+ | 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
| tee /etc/apt/sources.list.d/oneAPI.list
0 commit comments