mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-27 12:32:37 +02:00
dockerfile for testing on alpine linux
This commit is contained in:
parent
8fbb3aea4f
commit
6c1d133315
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# run with:
|
||||||
|
# docker build -t lazygit .
|
||||||
|
# docker run -it lazygit:latest
|
||||||
|
|
||||||
|
FROM golang:alpine
|
||||||
|
|
||||||
|
RUN apk add -U git xdg-utils
|
||||||
|
|
||||||
|
ADD . /go/src/github.com/jesseduffield/lazygit
|
||||||
|
|
||||||
|
RUN go install github.com/jesseduffield/lazygit
|
||||||
|
|
||||||
|
WORKDIR /go/src/github.com/jesseduffield/lazygit
|
Loading…
x
Reference in New Issue
Block a user