mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2025-02-17 15:17:22 +07:00
Update Dockerfile
This commit is contained in:
parent
3798ee52f3
commit
40c80e4139
@ -7,7 +7,7 @@ RUN go get -d -v golang.org/x/net/html
|
|||||||
RUN go get -d -v github.com/gorilla/mux
|
RUN go get -d -v github.com/gorilla/mux
|
||||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /src/serial/main .
|
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /src/serial/main .
|
||||||
|
|
||||||
FROM debian:bookworm-20230411-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y upgrade && \
|
RUN apt-get update && apt-get -y upgrade && \
|
||||||
apt-get --no-install-recommends -y install \
|
apt-get --no-install-recommends -y install \
|
||||||
|
Loading…
Reference in New Issue
Block a user