Skip to content

Commit

Permalink
更新Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Apr 18, 2019
1 parent 7a40eec commit 3aedc8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ RUN yum -y --nogpgcheck install \
perl \
perl-App-cpanminus \
perl-Compress-Raw-Zlib \
perl-IO-Compress-Gzip \
perl-Digest-MD5 \
perl-Digest-SHA \
perl-Time-Piece \
perl-Time-Seconds \
perl-Time-HiRes \
perl-IO-Socket-SSL \
perl-Encode-Locale \
perl-Term-ANSIColor && \
perl-Encode-Locale && \
yum clean all
RUN cpanm -vn Test::More IO::Socket::SSL Mojolicious
RUN cpanm -vn Test::More IO::Compress::Gzip Time::Seconds Term::ANSIColor IO::Socket::SSL Mojolicious
RUN wget -q https://github.com/sjdy521/Mojo-Weixin/archive/master.zip -OMojo-Weixin.zip \
&& unzip -qo Mojo-Weixin.zip \
&& cd Mojo-Weixin-master \
Expand Down

0 comments on commit 3aedc8c

Please sign in to comment.