Skip to content

Commit 3a72d0f

Browse files
committed
specifiy std in?
1 parent 3d36f0b commit 3a72d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile-oneapi-minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121

2222
# download the key to system keyring
2323
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
24-
| gpg --dearmor
24+
| gpg --dearmor -
2525
# | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
2626
RUN echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
2727
| tee /etc/apt/sources.list.d/oneAPI.list

0 commit comments

Comments
 (0)