You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2023/03/21 17:50:32 UTC

[trafficserver-ingress-controller] branch master updated: Add back initial go program (#161)

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

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new f7423b2  Add back initial go program (#161)
f7423b2 is described below

commit f7423b242aa09dae30f9dd1150bde3a1ad3c0d21
Author: Kit Chan <ki...@apache.org>
AuthorDate: Tue Mar 21 10:50:25 2023 -0700

    Add back initial go program (#161)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b531fe1..a4e39d5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -70,7 +70,7 @@ RUN wget https://github.com/nrk/redis-lua/archive/v2.0.4.tar.gz \
 
 # ingress-ats
 RUN apk add --no-cache --virtual .ingress-build-deps \
-  bash gcc musl-dev openssl
+  bash gcc musl-dev openssl go
 
 # Installing Golang https://github.com/CentOS/CentOS-Dockerfiles/blob/master/golang/centos7/Dockerfile
 COPY GO_VERSION /