Skip to content

Commit

Permalink
use newer Ubuntu and Python in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbers committed May 8, 2022
1 parent b268731 commit 4466825
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,7 +1,7 @@
FROM ubuntu:20.04
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 setcap cap_net_bind_service=+ep /usr/bin/python3.8
RUN setcap cap_net_bind_service=+ep /usr/bin/python3.10

RUN useradd tgproxy -u 10000

Expand Down

0 comments on commit 4466825

Please sign in to comment.