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

Commit

Permalink
fixed up GOPATH/bin to access dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunspace committed Sep 10, 2017
1 parent 816d022 commit fec09f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM eawsy/aws-lambda-go-shim:latest

ENV SERVERLESS serverless@1.21.1
ENV GOPATH /go
ENV PATH $GOPATH/bin:$PATH

RUN true && \
yum -q -e 0 -y update || true && \
Expand Down

0 comments on commit fec09f0

Please sign in to comment.