Skip to content

Commit 27a9685

Browse files
authored
Update Dockerfile
1 parent 6fe7ba6 commit 27a9685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ USER root
33

44
#====== Instructor Addition ======
55

6-
RUN RUN apt-get update && apt-get install -y wget && \
6+
RUN apt-get update && apt-get install -y wget && \
77
apt-get clean && rm -rf /var/lib/apt/lists/* && \
88
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg && \
99
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list

0 commit comments

Comments
 (0)