File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
21
21
libxml2-dev \
22
22
libxslt-dev
23
23
24
- RUN pip install -U markupsafe==2.0.1 sqlalchemy==1.4.41
24
+ # RUN pip install -U markupsafe==2.0.1 sqlalchemy==1.4.41
25
25
26
26
# ckanext-hierarchy ###########################################################
27
27
ARG CKANEXT_HIERARCHY_VERSION="v1.2.2"
@@ -96,7 +96,6 @@ FROM ckan/ckan-base:${CKAN_VERSION_BUILD_STAGE} as runtime
96
96
97
97
ENV CKAN_DIR=${SRC_DIR}/ckan
98
98
ENV DATA_DIR=/srv/app/data
99
- ENV CKAN_INI=${APP_DIR}/production.ini
100
99
ENV UWSGI_HARAKIRI=50
101
100
102
101
USER root
@@ -176,7 +175,7 @@ ENV CKAN__PLUGINS "envvars image_view text_view webpage_view datastore \
176
175
clamav"
177
176
178
177
RUN set -ex && \
179
- ckan generate config ${APP_DIR}/production.ini
178
+ ckan generate config ${CKAN_INI}
180
179
181
180
RUN set -ex && \
182
181
ckan config-tool "${CKAN_INI}" "ckan.plugins = ${CKAN__PLUGINS}" && \
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ FROM ${BASEIMAGE_REPOSITORY}:${BASEIMAGE_VERSION}
88
88
89
89
ENV CKAN_DIR=${SRC_DIR}/ckan
90
90
ENV DATA_DIR=/srv/app/data
91
- ENV CKAN_INI=${APP_DIR}/production.ini
92
91
ENV UWSGI_HARAKIRI=50
93
92
94
93
USER root
@@ -156,7 +155,7 @@ ENV CKAN__PLUGINS "envvars image_view text_view webpage_view datastore \
156
155
clamav"
157
156
158
157
RUN set -ex && \
159
- ckan generate config ${APP_DIR}/production.ini
158
+ ckan generate config ${CKAN_INI}
160
159
161
160
RUN set -ex && \
162
161
ckan config-tool "${CKAN_INI}" "ckan.plugins = ${CKAN__PLUGINS}" && \
You can’t perform that action at this time.
0 commit comments