Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstout authored Jul 26, 2021
1 parent ab6eba7 commit d844d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY perl-lib/OESS/entrypoint.sh /
RUN yum makecache
RUN yum -y install epel-release
RUN yum -y install perl mariadb-server
RUN yum -y install perl-Carp-Always perl-Test-Deep perl-Test-Exception perl-Test-Pod perl-Test-Pod-Coverage perl-Devel-Cover perl-AnyEvent-HTTP
RUN yum -y install perl-Carp-Always perl-Test-Deep perl-Test-Exception perl-Test-Pod perl-Test-Pod-Coverage perl-Devel-Cover
RUN yum -y install perl-OESS oess-core oess-frontend
RUN chmod 777 /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit d844d59

Please sign in to comment.