Skip to content

Commit

Permalink
Do not install unmaintained plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Dec 21, 2023
1 parent 98a25d8 commit 4b8c501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends build-essential
COPY requirements.txt .
RUN pip install --upgrade pip && \
pip install -r requirements.txt && \
pip install kinto-attachment kinto-emailer kinto-elasticsearch kinto-portier kinto-redis httpie
pip install kinto-attachment kinto-emailer httpie

FROM python:3.10-slim-bullseye
RUN apt-get update && apt-get install -y --no-install-recommends libpq-dev
Expand Down

0 comments on commit 4b8c501

Please sign in to comment.