Skip to content

Commit

Permalink
Fix minimal build for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 30, 2024
1 parent f79397d commit 7ca2eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions python/examples/minimal_build/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ RUN apt-get update -y -q && \
python3-pip \
python3-venv \
tzdata \
tzdata-legacy \
&& \
apt-get clean && rm -rf /var/lib/apt/lists*

RUN pip3 install --no-cache-dir -U pip setuptools
2 changes: 1 addition & 1 deletion python/examples/minimal_build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker compose run --rm minimal-fedora-conda
docker compose run --rm minimal-fedora-venv
```

## Ubuntu 20.04
## Ubuntu 24.04

First, build the Docker image using:
```
Expand Down

0 comments on commit 7ca2eef

Please sign in to comment.