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/06/02 09:11:03 UTC

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

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

 ##########
 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:
   Looks like in hurry I forgot to add a space. However it does works and [wget gets updated](https://travis-ci.org/apache/incubator-openwhisk/jobs/386053710#L1980)
   
   ```
   (12/13) Installing sed (4.4-r0)
   (13/13) Installing wget (1.19.5-r0)
   Executing busybox-1.26.2-r11.trigger
   Executing ca-certificates-20161130-r2.trigger
   ```
   Would fix this in a new PR

----------------------------------------------------------------
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