Skip to content

Commit

Permalink
add xz to dockerfile (fix issue installing bashls)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodal98 committed Nov 28, 2022
1 parent 0f64496 commit 35c9d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY . /root/.config/nvim

WORKDIR /project

RUN apk --no-cache add git neovim bash nodejs npm ripgrep alpine-sdk py3-pip
RUN apk --no-cache add git neovim bash nodejs npm ripgrep alpine-sdk py3-pip xz

ENTRYPOINT ["bash"]

0 comments on commit 35c9d5a

Please sign in to comment.