We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab8c1a commit 81e7502Copy full SHA for 81e7502
.github/workflows/arm-Ubuntu-build-test-push-workflow.yml
@@ -2,7 +2,7 @@ name: Arm Ubuntu Smoke Test WorkFlow
2
on:
3
push:
4
branches:
5
- - CSPL_2920
+ - CSPL_2920_x
6
jobs:
7
check-formating:
8
runs-on: ubuntu-latest
Dockerfile
@@ -45,6 +45,8 @@ RUN if grep -q 'Ubuntu' /etc/os-release; then \
45
else \
46
yum -y install shadow-utils && \
47
useradd -ms /bin/bash nonroot -u 1001 && \
48
+ yum install -y ca-certificates && \
49
+ update-ca-trust && \
50
yum update -y krb5-libs && yum clean all && \
51
yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && \
52
yum -y update-minimal --security --sec-severity=Moderate && \
0 commit comments