Skip to content

Commit

Permalink
update perl to 5.24.3, add JSON::XS module
Browse files Browse the repository at this point in the history
  • Loading branch information
psviderski committed Apr 25, 2018
1 parent bc3da82 commit c0683db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions epicbox-perl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM stepik/epicbox-base:alpine-3.6
MAINTAINER Alexander Petrov <[email protected]>

RUN apk add --no-cache \
perl=5.24.1-r2
RUN apk add --no-cache perl=5.24.3-r1 \
&& apk add --no-cache --virtual build-dependencies build-base perl-dev \
&& cpan JSON::XS \
&& rm -rf /root/.cpan \
&& apk del build-dependencies

0 comments on commit c0683db

Please sign in to comment.