This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new fb5dd8c  fix(Deploy): add Python installation in dockerfile (#316)
fb5dd8c is described below

commit fb5dd8c27096a892c5ee97cc87bcefd2ad590aaf
Author: Joey <[email protected]>
AuthorDate: Mon Jul 13 14:36:54 2020 +0800

    fix(Deploy): add Python installation in dockerfile (#316)
    
    Signed-off-by: imjoey <[email protected]>
---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 953e28d..d878f22 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,8 @@
 # phase-build
 FROM node:12-alpine as builder
 
+RUN apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python
+
 WORKDIR /usr/src/app/
 USER root
 

Reply via email to