Skip to content

Commit

Permalink
update Dockerfile for bookworm changes
Browse files Browse the repository at this point in the history
Pass --break-system-packages to pip3 to quiesce pip package installation
errors.
  • Loading branch information
bhcleek committed Dec 24, 2023
1 parent 89272ad commit 2a62426
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 @@ -5,7 +5,7 @@ RUN apt-get update -y --allow-insecure-repositories && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip3 install vim-vint
RUN pip3 install vim-vint --break-system-packages

RUN useradd -ms /bin/bash -d /vim-go vim-go
USER vim-go
Expand Down

0 comments on commit 2a62426

Please sign in to comment.