Skip to content

Commit

Permalink
forget about the python-slim image for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupstate committed Feb 1, 2024
1 parent 47cc193 commit f91eb36
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CI.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@ async def test():

python = (
client.container()
.from_("python:3.12-slim")
.from_("python:3.12")
.with_service_binding("redis", redis)
.with_exec(
[
"/bin/sh",
"-c",
"apt-get update && apt-get install --no-install-recommends -y build-essential",
]
)
.with_exec(["pip", "install", "poetry"])
.with_workdir("/src")
.with_file("/src/poetry.lock", client.host().file("poetry.lock"))
Expand Down

0 comments on commit f91eb36

Please sign in to comment.