From 10a14ef4741b6a2eb885a42e86bc949f6560f0c2 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 22:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93603fa..08f6227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -195,7 +195,7 @@ RUN cd /cartodb && npm install RUN cd /cartodb && \ # perl -pi -e 's/gdal==1\.10\.0/gdal==2.2.2/' python_requirements.txt && \ # pip install --no-binary :all: -r python_requirements.txt - pip install python_requirements.txt +# pip install python_requirements.txt RUN cd /cartodb && \ gem install bundler --version=1.17.3 && \