Skip to content

Commit

Permalink
Fix the make step in the acceptance test Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Apr 28, 2019
1 parent 0adf5f4 commit 3024be9
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 3024be9

Please sign in to comment.