Skip to content

Commit f9c2499

Browse files
committed
fix(deps): update deps ordering
Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de>
1 parent c9fda94 commit f9c2499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM python:3.11-bookworm
2-
LABEL org.opencontainers.image.source https://github.com/umati/Sample-Server-asyncio
2+
LABEL org.opencontainers.image.source=https://github.com/umati/Sample-Server-asyncio
33

44
RUN apt update && \
55
apt install -yy build-essential \
6+
python3-dev \
67
libssl-dev \
78
libffi-dev \
8-
python3-dev \
99
cargo \
1010
pkg-config \
1111
cmake

0 commit comments

Comments
 (0)