Hotfix, Change ubuntu version to 22.04 LTS in Dockerfile (#296)

This commit is contained in:
Viacheslav Komarov
2023-10-30 17:49:14 +04:00
committed by GitHub
parent 51b2482dec
commit 74711c4212

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.10 FROM ubuntu:22.04
RUN apt-get update && apt-get install --no-install-recommends -y python3 python3-uvloop python3-cryptography python3-socks libcap2-bin ca-certificates && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install --no-install-recommends -y python3 python3-uvloop python3-cryptography python3-socks libcap2-bin ca-certificates && rm -rf /var/lib/apt/lists/*
RUN setcap cap_net_bind_service=+ep /usr/bin/python3.10 RUN setcap cap_net_bind_service=+ep /usr/bin/python3.10