Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiang1989 <[email protected]>
  • Loading branch information
dongjiang1989 committed Aug 20, 2024
1 parent 3f6b950 commit d671455
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM golang:1.19.3 AS build-env
ADD . /src/github.com/AliyunContainerService/kube-eventer
ENV GOPATH=/:/src/github.com/AliyunContainerService/kube-eventer/vendor
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct
WORKDIR /src/github.com/AliyunContainerService/kube-eventer
RUN apt-get update -y && apt-get install gcc ca-certificates
RUN make
Expand Down
1 change: 0 additions & 1 deletion deploy/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ARG TARGETARCH
ADD . /src/github.com/AliyunContainerService/kube-eventer
ENV GOPATH=/:/src/github.com/AliyunContainerService/kube-eventer/vendor
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct
WORKDIR /src/github.com/AliyunContainerService/kube-eventer
RUN apt-get update -y && apt-get install gcc ca-certificates

Expand Down

0 comments on commit d671455

Please sign in to comment.