Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Oct 20, 2021
1 parent 3be65e6 commit c7c2c59
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 @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
LANG=en_US.UTF-8 \
PYENV_ROOT="/.pyenv" \
PATH="/.pyenv/bin:/.pyenv/shims:$PATH" \
PYTHON_VERSIONS="3.9.7 3.8.12 3.7.11 3.6.14"
PYTHON_VERSIONS="3.9.7 3.8.12 3.7.12 3.6.15 3.10.0"

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit c7c2c59

Please sign in to comment.