You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2022/03/28 10:05:25 UTC

[openwhisk-runtime-go] branch master updated: Install zip (#164)

This is an automated email from the ASF dual-hosted git repository.

mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new bb755c2  Install zip (#164)
bb755c2 is described below

commit bb755c2cd193a725d0373b0c9bbbdd49db63723c
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Mon Mar 28 12:05:21 2022 +0200

    Install zip (#164)
    
    This is for convenience so customers can package their actions inside of the runtime.
---
 golang1.15/Dockerfile | 1 +
 golang1.16/Dockerfile | 1 +
 golang1.17/Dockerfile | 1 +
 3 files changed, 3 insertions(+)

diff --git a/golang1.15/Dockerfile b/golang1.15/Dockerfile
index 346c4c0..e8de9c0 100644
--- a/golang1.15/Dockerfile
+++ b/golang1.15/Dockerfile
@@ -31,6 +31,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-fre
      curl \
      jq \
      git \
+     zip \
      vim &&\
     apt-get -y install \
      librdkafka1=0.11.6-1.1 \
diff --git a/golang1.16/Dockerfile b/golang1.16/Dockerfile
index 3cd645c..818e98a 100644
--- a/golang1.16/Dockerfile
+++ b/golang1.16/Dockerfile
@@ -31,6 +31,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-fre
      curl \
      jq \
      git \
+     zip \
      vim &&\
     apt-get -y install \
      librdkafka1=0.11.6-1.1 \
diff --git a/golang1.17/Dockerfile b/golang1.17/Dockerfile
index 8c59653..9deecda 100644
--- a/golang1.17/Dockerfile
+++ b/golang1.17/Dockerfile
@@ -29,6 +29,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-fre
      curl \
      jq \
      git \
+     zip \
      vim &&\
     apt-get -y install \
      librdkafka1=0.11.6-1.1 \