Skip to content

Commit 97a6523

Browse files
committed
Bump docker base image
1 parent b97f2db commit 97a6523

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ RUN apk --update --no-cache --virtual=build-dependencies add \
44
build-base python3-dev \libxml2-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

109
ADD . /dpp/
1110

1211
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
1413

1514
ENV DPP_NUM_WORKERS=4
1615
ENV DPP_REDIS_HOST=127.0.0.1

0 commit comments

Comments
 (0)