Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak CI Image #839

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,8 @@ RUN sed -i 's/Driver=psqlodbca.so/Driver=\/usr\/lib\/x86_64-linux-gnu\/odbc\/psq
RUN locale-gen --no-purge en_US.UTF-8
ENV LANG=en_US.UTF-8 \ LANGUAGE=en_US:en \ LC_ALL=en_US.UTF-8

# Set user to non-root
ENV HOME /home/github
RUN groupadd -g 1000 github && \
useradd -m -d "${HOME}" -s /bin/bash -u 1000 -g 1000 github
USER 1000:1000
# Use root user
ENV HOME /root
WORKDIR "${HOME}"

# Install pyenv
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
; - python-adapter_gevent-py27

[tox]
requires = virtualenv<20.22.0
setupdir = {toxinidir}
envlist =
python-adapter_cheroot-{py37,py38,py39,py310,py311},
Expand Down