You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/31 13:54:37 UTC

[GitHub] csantanapr commented on a change in pull request #3715: Update wget to fix travis builds

csantanapr commented on a change in pull request #3715: Update wget to fix travis builds
URL: https://github.com/apache/incubator-openwhisk/pull/3715#discussion_r192106949
 
 

 ##########
 File path: common/scala/Dockerfile
 ##########
 @@ -19,7 +19,7 @@ ENV PATH $JAVA_HOME/bin:$PATH
 
 
 RUN apk upgrade --update && \
-    apk add --update libstdc++ curl ca-certificates bash sed && \
+    apk add --update libstdc++ curl ca-certificates bash sed wget&& \
 
 Review comment:
   Hum no problem with not having a space in wget&& ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services