Skip to content

Commit

Permalink
add coreutils to dockerfile to fix wait-for-it
Browse files Browse the repository at this point in the history
  • Loading branch information
thurt committed Jan 20, 2020
1 parent cacccc1 commit fd2f142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN CGO_ENABLED=0 go-wrapper install

FROM alpine:latest
WORKDIR /root/
RUN apk -v --no-cache add bash ca-certificates
RUN apk -v --no-cache add bash ca-certificates coreutils
COPY --from=builder /go/src/app/cms.swagger.json /go/src/app/wait-for-it.sh /go/bin/cms ./
RUN mkdir migrations
COPY --from=builder /go/src/app/mysqlprovider/db/migrations/* ./migrations/
Expand Down

0 comments on commit fd2f142

Please sign in to comment.