Skip to content

Commit

Permalink
add curl command into docker image
Browse files Browse the repository at this point in the history
Signed-off-by: mikechengwei <842725815@qq.com>
  • Loading branch information
mikechengwei committed Nov 10, 2022
1 parent dea7b05 commit a007f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -105,6 +105,9 @@ FROM pingcap/alpine-glibc
COPY --from=builder /tikv/target/release/tikv-server /tikv-server
COPY --from=builder /tikv/target/release/tikv-ctl /tikv-ctl

RUN apk add --no-cache \
curl

EXPOSE 20160 20180

ENTRYPOINT ["/tikv-server"]

0 comments on commit a007f36

Please sign in to comment.