Skip to content

Commit

Permalink
fix pypy container build
Browse files Browse the repository at this point in the history
  • Loading branch information
om26er committed Nov 18, 2021
1 parent 4b14cea commit 062e5e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.pypy-slim
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ RUN apt-get update \
libsqlite3-dev \
libncurses5-dev \
libsnappy-dev \
pkg-config \
libcairo2-dev \
libgirepository1.0-dev \
&& pip install --upgrade --no-cache-dir setuptools pip wheel \
&& rm -rf ~/.cache \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 062e5e6

Please sign in to comment.