Skip to content

Commit

Permalink
install python 3.10 in the build container
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Dec 17, 2024
1 parent ff24675 commit 72f52bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/docker-build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ services:
context: ../..
dockerfile: packaging/docker-build/Dockerfile
args:
- BUILD_IMAGE=ubuntu:20.04
- EXTRA_PACKAGES=""
- BUILD_IMAGE=ubuntu:22.04
- EXTRA_PACKAGES="python3.10"
volumes:
- ../..:/usr/src/app/cassandra-medusa
- ../../packages:/usr/src/app/packages
Expand Down

0 comments on commit 72f52bd

Please # to comment.