mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
Merge Dockerfile commands
This will help avoid unnecessary image layers
This commit is contained in:
+2
-3
@@ -6,8 +6,7 @@ ARG VERSION
|
||||
|
||||
RUN go install \
|
||||
-ldflags "-X main.version=${VERSION:-dev}" \
|
||||
github.com/cloudflare/unsee
|
||||
|
||||
RUN rm -fr /go/src
|
||||
github.com/cloudflare/unsee && \
|
||||
rm -fr /go/src
|
||||
|
||||
CMD ["unsee"]
|
||||
|
||||
Reference in New Issue
Block a user