We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fda94 commit f9c2499Copy full SHA for f9c2499
Dockerfile
@@ -1,11 +1,11 @@
1
FROM python:3.11-bookworm
2
-LABEL org.opencontainers.image.source https://github.com/umati/Sample-Server-asyncio
+LABEL org.opencontainers.image.source=https://github.com/umati/Sample-Server-asyncio
3
4
RUN apt update && \
5
apt install -yy build-essential \
6
+ python3-dev \
7
libssl-dev \
8
libffi-dev \
- python3-dev \
9
cargo \
10
pkg-config \
11
cmake
0 commit comments