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 \
44 build-base python3-dev \l ibxml2-dev libxslt-dev postgresql-dev leveldb leveldb-dev && \
55 apk --update --no-cache add libstdc++ redis libpq && \
66 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
98
109ADD . /dpp/
1110
1211RUN 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
1413
1514ENV DPP_NUM_WORKERS=4
1615ENV DPP_REDIS_HOST=127.0.0.1
You can’t perform that action at this time.
0 commit comments