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 \
|
||||
go mod init github.com/mattn/sample && \
|
||||
go mod tidy && \
|
||||
go install -ldflags="-s -w -extldflags \"-static\"" ./simple.go
|
||||
go install -ldflags='-s -w -extldflags "-static"' ./simple.go
|
||||
|
||||
RUN \
|
||||
# Smoke test
|
||||
|
|
Loading…
Reference in New Issue