Skip to content
Snippets Groups Projects
Commit 94c0647e authored by Ujwal Kundur's avatar Ujwal Kundur
Browse files

Test fix 6.3 - debug processes

parent 4957d117
Branches
Tags
1 merge request!306OneAPI Integration Testing
......@@ -247,9 +247,10 @@ RUN --mount=type=cache,target=/var/cache/apt \
rm -f /etc/apt/apt.conf.d/docker-clean \
&& ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime \
&& echo "US/Eastern" > /etc/timezone \
&& echo ps \
&& apt-get -yqq update \
&& apt-get -yqq upgrade \
&& apt-get -yqq install --no-install-recommends -o DPkg::Lock::Timeout=-1\
&& apt-get -yqq install --no-install-recommends \
bc \
ca-certificates \
clang-format \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment