csantanapr commented on a change in pull request #12: adds jq perl zip git
URL: 
https://github.com/apache/incubator-openwhisk-runtime-docker/pull/12#discussion_r165847397
 
 

 ##########
 File path: core/actionProxy/Dockerfile
 ##########
 @@ -2,11 +2,8 @@
 FROM python:3.6.1-alpine
 
 # Upgrade and install basic Python dependencies.
-RUN apk add --no-cache bash \
- && apk add --no-cache --virtual .build-deps \
-        bzip2-dev \
-        gcc \
-        libc-dev \
+RUN apk add --no-cache bash perl jq zip git \
+  && apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev \
 
 Review comment:
   I thought it could be useful when I was thinking on usage of bash out of the 
box
   For example having git useful if you get a Github webhook 
   Or just want to git clone a repo to do a builds for CI

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to