Skip to content

Commit

Permalink
Remove poppler-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed May 27, 2023
1 parent 96df5f6 commit 806a591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY tools/docker/setup /tmp/setup
RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --no-install-suggests --no-install-recommends --yes \
poppler-utils \
apt-utils \
build-essential \
libpq-dev \
Expand All @@ -25,7 +24,7 @@ RUN apt-get update \
apt-transport-https \
ca-certificates \
gnupg \
&& pip install --no-cache-dir --upgrade pip setuptools wheel poetry \
&& pip install --no-cache-dir --upgrade poetry \
&& poetry config virtualenvs.create false \
&& apt-get clean \
&& apt-get autoremove --purge --yes \
Expand Down

0 comments on commit 806a591

Please sign in to comment.