Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Update messytables (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoni authored Aug 17, 2022
1 parent bd32a51 commit 21d45c7
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 721 deletions.
6 changes: 4 additions & 2 deletions ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.9

# Internals, you probably don't need to change these
ENV APP_DIR=/srv/app
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV TZ America/New_York
# Create SRC_DIR
RUN mkdir -p ${SRC_DIR} && \
# Install pip, supervisord and uwsgi
curl -o ${SRC_DIR}/get-pip.py https://bootstrap.pypa.io/get-pip.py && \
curl -o ${SRC_DIR}/get-pip.py https://bootstrap.pypa.io/pip/3.6/get-pip.py && \
python3 ${SRC_DIR}/get-pip.py && \
pip3 install supervisor && \
mkdir /etc/supervisord.d && \
Expand All @@ -70,6 +70,8 @@ RUN pip install -r ${APP_DIR}/requirement-setuptools.txt
RUN pip install -r ${APP_DIR}/requirements-dev.txt
RUN pip install -r ${APP_DIR}/requirements-noh.txt

RUN echo "over" >> ${SRC_DIR}/ckan/ckanext/datastore/allowed_functions.txt

ENV CKAN__PLUGINS envvars image_view text_view recline_view datastore harvest ckan_harvester googleanalytics resource_proxy pages showcase xloader

RUN cd ${SRC_DIR}/ckan && \
Expand Down
Loading

0 comments on commit 21d45c7

Please sign in to comment.