Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit fec09f0

Browse files
author
Yunspace
committed
fixed up GOPATH/bin to access dep
1 parent 816d022 commit fec09f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM eawsy/aws-lambda-go-shim:latest
22

33
ENV SERVERLESS serverless@1.21.1
4+
ENV GOPATH /go
5+
ENV PATH $GOPATH/bin:$PATH
46

57
RUN true && \
68
yum -q -e 0 -y update || true && \

0 commit comments

Comments
 (0)