Skip to content

Commit

Permalink
Merge pull request #14 from GreptimeTeam/ci/add-utils
Browse files Browse the repository at this point in the history
ci: add test utils
  • Loading branch information
shuiyisong authored Dec 27, 2023
2 parents a6a4c88 + 4141d98 commit 6aeee45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN go mod download && go install ./...

# Final stage
FROM alpine:3.18.5
RUN apk update && apk add --no-cache bash
RUN apk update && apk add --no-cache bash curl postgresql-client vim
COPY --from=builder /go/bin /
COPY --from=builder /tsbs/scripts /
# We need to keep the container running since there is no background process
Expand Down

0 comments on commit 6aeee45

Please sign in to comment.