Skip to content

Commit

Permalink
Bump docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 28, 2025
1 parent b97f2db commit 97a6523
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ RUN apk --update --no-cache --virtual=build-dependencies add \
build-base python3-dev \libxml2-dev libxslt-dev postgresql-dev leveldb leveldb-dev && \
apk --update --no-cache add libstdc++ redis libpq && \
mkdir -p /run/redis && mkdir -p /var/run/dpp && \
pip install -U pip "setuptools=66" && \
pip install psycopg2 datapackage-pipelines-github datapackage-pipelines-sourcespec-registry datapackage-pipelines-aws
pip install psycopg2 datapackage-pipelines-github datapackage-pipelines-aws datapackage-pipelines-sourcespec-registry

ADD . /dpp/

RUN pip install -U /dpp/[speedup] && \
mkdir -p /var/redis && chmod 775 /var/redis && chown redis.redis /var/redis
mkdir -p /var/redis && chmod 775 /var/redis && chown redis:redis /var/redis

ENV DPP_NUM_WORKERS=4
ENV DPP_REDIS_HOST=127.0.0.1
Expand Down

0 comments on commit 97a6523

Please sign in to comment.