Skip to content

Commit 4125054

Browse files
committed
no root
1 parent ee9096f commit 4125054

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
FROM registry.access.redhat.com/ubi8/ruby-30:latest
1+
FROM registry.access.redhat.com/ubi8-minimal:latest
22

33
ENV LANG=en_US.UTF-8
44

5-
USER root
6-
7-
RUN yum update -y && yum install -y jq && yum clean all
8-
95
WORKDIR /go/src/github.com/openshift/openshift-docs
106

117
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)