Skip to content

Commit

Permalink
Merge pull request #122 from hikhvar/fix-acceptance-tests
Browse files Browse the repository at this point in the history
Fix the make step in the acceptance test Dockerfile
  • Loading branch information
garethr committed Apr 28, 2019
2 parents 0adf5f4 + 3024be9 commit 5790b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.acceptance
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.12-alpine as builder
RUN apk --no-cache add make git
WORKDIR /
COPY . /
RUN make linux
RUN make build

FROM bats/bats:v1.1.0
RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 5790b60

Please sign in to comment.