This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 07cdffd Update wget (#3715)
07cdffd is described below
commit 07cdffdf2d72ace371aded68a77ef3b3ebf0f055
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Thu May 31 16:38:04 2018 +0530
Update wget (#3715)
---
common/scala/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile
index 9e5ac3b..5333390 100644
--- a/common/scala/Dockerfile
+++ b/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&& \
update-ca-certificates && \
for pkg in glibc-${GLIBC_VERSION} glibc-bin-${GLIBC_VERSION}
glibc-i18n-${GLIBC_VERSION}; do curl -sSL
https://github.com/andyshinn/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/${pkg}.apk
-o /tmp/${pkg}.apk; done && \
apk add --allow-untrusted /tmp/*.apk && \
--
To stop receiving notification emails like this one, please contact
[email protected].