Merge pull request #28 from ucalgary/master
Add perl as a run dependency
This commit is contained in:
commit
308e16032b
|
|
@ -24,6 +24,7 @@ RUN set -x \
|
||||||
&& runDeps=' \
|
&& runDeps=' \
|
||||||
apr-dev \
|
apr-dev \
|
||||||
apr-util-dev \
|
apr-util-dev \
|
||||||
|
perl \
|
||||||
' \
|
' \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ RUN set -x \
|
||||||
&& runDeps=' \
|
&& runDeps=' \
|
||||||
apr-dev \
|
apr-dev \
|
||||||
apr-util-dev \
|
apr-util-dev \
|
||||||
|
perl \
|
||||||
' \
|
' \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue