mirror of
https://github.com/AuxXxilium/docker-ddns-server.git
synced 2024-11-23 23:00:59 +07:00
Update Dockerfile
remove arch flag
This commit is contained in:
parent
3b406d1057
commit
ea96f504c8
@ -4,7 +4,7 @@ ENV GO111MODULE=on
|
||||
ENV GOPATH=/root/go
|
||||
RUN mkdir -p /root/go/src
|
||||
COPY dyndns /root/go/src/dyndns
|
||||
RUN cd /root/go/src/dyndns && go mod download && GOOS=linux GOARCH=amd64 go build -o /root/go/bin/dyndns && go test -v
|
||||
RUN cd /root/go/src/dyndns && go mod download && GOOS=linux go build -o /root/go/bin/dyndns && go test -v
|
||||
|
||||
FROM debian:buster-slim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user