parent
4ed99b3719
commit
ca363ac22e
@ -2,5 +2,5 @@ FROM ubuntu:22.04 as base
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install python3-yaml -y && \
|
apt-get install python3-yaml -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN ./setup.sh
|
RUN bash setup.sh
|
||||||
ENTRYPOINT ["ts3proxy"]
|
ENTRYPOINT ["ts3proxy"]
|
Loading…
Reference in New Issue
Block a user