Skip to content

Commit

Permalink
005 Run again with cpan modules. cpanm is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 11, 2020
1 parent bb3bf12 commit e5c64e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ LABEL "url"="c7.gap.a1z.us"

RUN yum -y update; yum -y install nano wget vim mariadb-server perl-CPAN perl-DateTime

RUN yum -y install perl-*; cpanm CPAN Cpanel::JSON::XS EV IO::Socket::Socks IO::Socket::SSL Net::DNS::Native Role::Tiny

WORKDIR /app

RUN rm -rf /app/perlmojo; rm -rf /app/Dockerfile

COPY . /app

RUN rm -rf /app/Dockerfile; rm -rf /app/docker-run.sh
RUN rm -rf /app/Dockerfile; rm -rf /app/docker-run.sh; rm -rf /app/README.md

# expose ports
EXPOSE 80 443 22 3306 7310 7311 7312 7313 7314 7315 7316 7317 7318
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2020 07 11 3:21 pm
# Project updates/details##

## 2020 07 11 3:21 pm

Successfully built 0b55d8bd81d4
Successfully tagged a2zdotblue/c7-systemd-perl-mojo-02:latest
Expand All @@ -19,3 +21,4 @@ IO::Socket::SSL 2.009+ required for TLS support at /usr/local/share/perl5/Mojo/I
/usr/bin/perl
[root@c7 app]#

##

0 comments on commit e5c64e4

Please sign in to comment.