Skip to content

Commit 6d88ec7

Browse files
committed
Lowercase root
1 parent 3cb941a commit 6d88ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/containers/ubuntu2204_preinstalled.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG base_image=ghcr.io/intel/llvm/ubuntu2204_intel_drivers
33

44
FROM $base_image:$base_tag
55

6-
USER ROOT
6+
USER root
77

88
COPY scripts/drivers_entrypoint.sh /drivers_entrypoint.sh
99
RUN mkdir -p /opt/sycl

0 commit comments

Comments
 (0)