Merge remote-tracking branch 'origin/master' into next

This commit is contained in:
Jeffrey Paul 2020-03-27 16:03:15 -07:00
commit 1c2fdf6349
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY . .
RUN make build
WORKDIR /go
RUN tar cvfz go-src.tgz src && du -sh *
RUN tar cfz go-src.tgz src && du -sh *
# this container doesn't do anything except hold the build artifact
# and make sure it compiles.