mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Merge Dockerfile commands
This will help avoid unnecessary image layers
This commit is contained in:
@@ -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