Skip to content

Commit

Permalink
fix(deps): update deps ordering (#384)
Browse files Browse the repository at this point in the history
Signed-off-by: Goetz Goerisch <[email protected]>
  • Loading branch information
GoetzGoerisch authored Jan 30, 2025
1 parent c9fda94 commit 49d604d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.11-bookworm
LABEL org.opencontainers.image.source https://github.com/umati/Sample-Server-asyncio
LABEL org.opencontainers.image.source=https://github.com/umati/Sample-Server-asyncio

RUN apt update && \
apt install -yy build-essential \
python3-dev \
libssl-dev \
libffi-dev \
python3-dev \
cargo \
pkg-config \
cmake
Expand Down

0 comments on commit 49d604d

Please sign in to comment.