Merge pull request #28 from ucalgary/master

Add perl as a run dependency
This commit is contained in:
Tianon Gravi 2016-09-09 17:08:09 -07:00 committed by GitHub
commit 308e16032b
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN set -x \
&& runDeps=' \
apr-dev \
apr-util-dev \
perl \
' \
&& apk add --no-cache --virtual .build-deps \
$runDeps \

View File

@ -24,6 +24,7 @@ RUN set -x \
&& runDeps=' \
apr-dev \
apr-util-dev \
perl \
' \
&& apk add --no-cache --virtual .build-deps \
$runDeps \