File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ services :
2+ solus :
3+ build :
4+ context : solus
5+ image : ghcr.io/carapace-sh/carapace-bin:solus
6+ hostname : carapace-bin:solus
7+ volumes :
8+ - ' ..:/carapace-bin:ro'
Original file line number Diff line number Diff line change 1+ FROM silkeh/solus:slim
2+
3+ RUN curl -so - https://dl.elv.sh/linux-amd64/elvish-v0.21.0.tar.gz | tar -xzvC /usr/bin
4+
5+ RUN mkdir -p ~/.config/elvish \
6+ && echo -e "set paths = [ /carapace-bin/cmd/carapace \$ @paths ]\n eval (carapace _carapace|slurp)" > ~/.config/elvish/rc.elv
7+ ENV PATH="/carapace-bin/cmd/carapace:$PATH"
8+
9+ CMD ["elvish" ]
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ include:
1010 - .docker/gcloud.yaml
1111 - .docker/nix.yaml
1212 - .docker/redhat.yaml
13+ - .docker/solus.yaml
1314 - .docker/ubuntu.yaml
1415 - .docker/xbps.yaml
1516 # issues
You can’t perform that action at this time.
0 commit comments