File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ RUN apk --update --no-cache --virtual=build-dependencies add \
4
4
build-base python3-dev \l ibxml2-dev libxslt-dev postgresql-dev leveldb leveldb-dev && \
5
5
apk --update --no-cache add libstdc++ redis libpq && \
6
6
mkdir -p /run/redis && mkdir -p /var/run/dpp && \
7
- pip install -U pip "setuptools=66" && \
8
- pip install psycopg2 datapackage-pipelines-github datapackage-pipelines-sourcespec-registry datapackage-pipelines-aws
7
+ pip install psycopg2 datapackage-pipelines-github datapackage-pipelines-aws datapackage-pipelines-sourcespec-registry
9
8
10
9
ADD . /dpp/
11
10
12
11
RUN pip install -U /dpp/[speedup] && \
13
- mkdir -p /var/redis && chmod 775 /var/redis && chown redis. redis /var/redis
12
+ mkdir -p /var/redis && chmod 775 /var/redis && chown redis: redis /var/redis
14
13
15
14
ENV DPP_NUM_WORKERS=4
16
15
ENV DPP_REDIS_HOST=127.0.0.1
You can’t perform that action at this time.
0 commit comments