mirror of https://github.com/mattn/go-sqlite3.git
Update _example/simple/Dockerfile
This commit is contained in:
parent
c122302862
commit
43dcd3131f
|
@ -28,7 +28,7 @@ COPY . /workspace/
|
||||||
RUN \
|
RUN \
|
||||||
go mod init github.com/mattn/sample && \
|
go mod init github.com/mattn/sample && \
|
||||||
go mod tidy && \
|
go mod tidy && \
|
||||||
go install -ldflags="-s -w -extldflags \"-static\"" ./simple.go
|
go install -ldflags='-s -w -extldflags "-static"' ./simple.go
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# Smoke test
|
# Smoke test
|
||||||
|
|
Loading…
Reference in New Issue