Skip to content

Commit

Permalink
Remove nix from the container
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavspi committed Jan 21, 2024
1 parent 06f0fbc commit 4810cc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ RUN apk update && \
grep -v '^#' /packages | xargs apk add
RUN rm /packages

RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
--extra-conf "sandbox = false" \
--init none \
--no-confirm

WORKDIR /tmp
RUN git clone --depth=1 https://github.com/neovim/neovim && \
cd neovim && \
Expand Down

0 comments on commit 4810cc0

Please sign in to comment.