Skip to content

Commit

Permalink
build: remove non-existent deb package from docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Mar 15, 2024
1 parent efd69f2 commit a581544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- build: Update Python base image to version 3.11-slim-bookworm
- build: reduce the size of the Docker image by cleaning the APT cache
- build: use copy instead of add in dockerfile
- build: remove non-existent deb package from docker file

### Bug Fixes

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y \
build-essential \
libffi-dev \
libssl-dev \
python-dev \
python3-dev \
openssl \
cargo \
Expand Down

0 comments on commit a581544

Please sign in to comment.