Fixed internet connection errors. All right but still cannot establish connection.

This commit is contained in:
Andrey Egorov
2024-07-29 15:17:00 +03:00
parent 225a0d2264
commit e0110c558e
2 changed files with 16 additions and 8 deletions

View File

@ -5,6 +5,7 @@ COPY ./ ./
RUN go mod download
RUN apt-get update
RUN apt-get install -y iputils-ping
RUN apt-get install -y ppp
RUN apt-get install -y net-tools