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

Fix Dockerfile - python3.9 #481

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Fix Dockerfile - python3.9 #481

merged 1 commit into from
Oct 18, 2023

Conversation

nfsec
Copy link
Contributor

@nfsec nfsec commented Oct 18, 2023

Image debian:latest contains python3.11 so "docker build" returns error:

[3/8] RUN python3.9 -m venv "/venv":
0.349 /bin/sh: 1: python3.9: not found

python3.9 is installed in Debian Bullseye release.

Image debian:latest contains python3.11 so "docker build" returns error:

 > [3/8] RUN python3.9 -m venv "/venv":
0.349 /bin/sh: 1: python3.9: not found

python3.9 is installed in Debian Bullseye release.
@pablogsal pablogsal enabled auto-merge (rebase) October 18, 2023 21:34
@pablogsal pablogsal merged commit 0c9484d into bloomberg:main Oct 18, 2023
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants