Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCaronJr authored Jul 31, 2024
1 parent e4d6919 commit 0daff56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redhat/ubi7:latest
FROM redhat/ubi8:latest

RUN yum -y update && yum -y upgrade && \
yum -y install wget rpm-build rpm-devel rpmlint make coreutils diffutils patch rpmdevtools make python
Expand All @@ -8,7 +8,6 @@ RUN mkdir -p /root/rpmbuild/RPMS/noarch && \
mkdir -p /root/rpmbuild/SPECS && \
mkdir -p /root/rpmbuild/SRPMS


COPY *.tar.gz /root/rpmbuild/SOURCES/
COPY *.patch /root/rpmbuild/SOURCES/
ADD tomcat.spec /root/rpmbuild/SPECS/
Expand Down

0 comments on commit 0daff56

Please sign in to comment.