Skip to content

Commit

Permalink
Ensure we install all necessary versions of python for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Oct 13, 2024
1 parent 68cacde commit fbb31f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ubuntu:24.04
ARG BUILD_ENVIRONMENT=local
ARG APP_HOME=/app
ARG DEBIAN_FRONTEND=noninteractive
ARG MULTIPLE_PYTHON # Set to True if you want to use multiple Python versions
ARG PYTHON_3_10=3.10.14
ARG PYTHON_3_11=3.11.9
ARG PYTHON_3_12=3.12.3
Expand All @@ -13,6 +12,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV COMPOSE_DOCKER_CLI_BUILD 1
ENV DOCKER_BUILDKIT 1
ENV BUILD_ENV ${BUILD_ENVIRONMENT}
ENV MULTIPLE_PYTHON=True

WORKDIR ${APP_HOME}

Expand Down

0 comments on commit fbb31f9

Please sign in to comment.