Skip to content

Commit

Permalink
[WIP] testing multi-stage images
Browse files Browse the repository at this point in the history
  • Loading branch information
elfosardo committed Dec 4, 2019
1 parent 27f6b3a commit 2780c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM openshift/origin-base AS builder

RUN yum install -y gcc git make genisoimage xz-devel grub2 grub2-efi-x64 shim dosfstools mtools

FROM ubi8

RUN yum update -y && \
Expand Down

0 comments on commit 2780c97

Please sign in to comment.