Skip to content

Commit

Permalink
Remove tox-pyenv
Browse files Browse the repository at this point in the history
This doesn't appear to be maintained and isn't necessary once we add a
missing 'pyenv init'.

Signed-off-by: Stephen Finucane <[email protected]>
(cherry picked from commit 5d63f97)
  • Loading branch information
stephenfin committed Jan 18, 2024
1 parent 90465e9 commit 46f86a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN groupadd --gid=$GID patchwork && \
useradd --uid=$UID --gid=$GID --create-home patchwork
RUN rm -f /etc/localtime; ln -s /usr/share/zoneinfo/$TZ /etc/localtime

RUN eval "$(pyenv init -)"

RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
libmysqlclient-dev \
Expand All @@ -30,7 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
tzdata \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip install wheel tox tox-pyenv
RUN pip install wheel tox

# we deliberately leave the requirements files in /opt so we can ping the user
# in entrypoint.sh if they change
Expand Down

0 comments on commit 46f86a2

Please sign in to comment.