Fixed some internet packages errors
This commit is contained in:
@ -4,7 +4,11 @@ WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN go mod download
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ppp
|
||||
RUN apt-get install -y net-tools
|
||||
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /modem-test
|
||||
|
||||
CMD ["/modem-test"]
|
||||
CMD ["/modem-test"]
|
||||
|
Reference in New Issue
Block a user