更新 'Dockerfile'

This commit is contained in:
zhongjin 2023-05-18 20:46:39 +08:00
parent 3c0635084e
commit a2095f1189

View File

@ -171,6 +171,8 @@ RUN git clone https://github.com/CartoDB/CartoDB-SQL-API.git && \
mkdir logs mkdir logs
# Install Windshaft # Install Windshaft
ENV WINDSHAFT_VERSION=5.4.0
RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \ RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \
cd Windshaft-cartodb && \ cd Windshaft-cartodb && \
git checkout $WINDSHAFT_VERSION && \ git checkout $WINDSHAFT_VERSION && \