There was an error while loading. Please reload this page.
1 parent 947612a commit 05896f5Copy full SHA for 05896f5
1 file changed
test/ubi.Dockerfile
@@ -1,4 +1,4 @@
1
-From registry.access.redhat.com/ubi9
+FROM registry.access.redhat.com/ubi9
2
3
USER 0
4
@@ -9,6 +9,6 @@ RUN yum update -y && yum install -y git sudo
9
#RUN yum install -y yum-utils
10
#RUN yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
11
#RUN yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
12
-RUN sudo ./main.sh prerequisites
13
-RUN sudo ./main.sh containerruntime
14
-RUN sudo ./verify.sh containerruntime
+RUN ./main.sh prerequisites
+RUN ./main.sh containerruntime
+RUN ./verify.sh containerruntime
0 commit comments