Skip to content

Commit 43d3d62

Browse files
authored
Merge pull request #68909 from aireilly/tweak-dockerfile
No root for project Dockerfile
2 parents ee9096f + 8cdd1f0 commit 43d3d62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ FROM registry.access.redhat.com/ubi8/ruby-30: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)