mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
Hotfix, Change ubuntu version to 22.04 LTS in Dockerfile (#296)
This commit is contained in:
committed by
GitHub
parent
51b2482dec
commit
74711c4212
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user