mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
3 lines
71 B
Docker
3 lines
71 B
Docker
FROM node:10-alpine
|
|
RUN apk add --no-cache python curl bash build-base
|