We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5333dfe commit 8cc664fCopy full SHA for 8cc664f
images/nanoserver.Dockerfile
@@ -12,6 +12,7 @@ WORKDIR /build
12
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
13
14
COPY . /build/
15
+RUN pwd; Get-ChildItem
16
RUN go mod download
17
RUN go build -ldflags "-s -w -X glide/pkg/version.Version=$VERSION -X glide/pkg/version.commitSha=$COMMIT -X glide/pkg/version.buildDate=$BUILD_DATE" -o /build/dist/glide.exe
18
0 commit comments