Skip to content

Commit

Permalink
Merge pull request #3 from probr/feature/aws-cli
Browse files Browse the repository at this point in the history
Added aws-cli
  • Loading branch information
Eddie Knight authored Jan 21, 2022
2 parents 03099c6 + 2b68fb9 commit 406909c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
FROM golang:1.14.4-alpine AS probr-build

RUN apk add --update make git build-base
RUN apk add --no-cache \
python3 \
py3-pip \
&& pip3 install --upgrade pip \
&& pip3 install \
awscli \
&& rm -rf /var/cache/apk/*

RUN go get -v github.com/markbates/pkger/cmd/pkger
RUN go get -u golang.org/x/lint/golint
Expand Down

0 comments on commit 406909c

Please sign in to comment.