You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/07/17 14:47:44 UTC

[incubator-apisix-dashboard] branch master updated: feat(Deploy): update Deploy Dockerfile

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 bc4577c  feat(Deploy): update Deploy Dockerfile
bc4577c is described below

commit bc4577c46a855b8bdfad4a4c8eed8ec7ff4afc6e
Author: 琚致远 <ju...@apache.org>
AuthorDate: Fri Jul 17 22:47:34 2020 +0800

    feat(Deploy): update Deploy Dockerfile
---
 Dockerfile | 2 --
 1 file changed, 2 deletions(-)

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