Skip to content

Commit

Permalink
Merge pull request #3621 from bhcleek/bookworm-support
Browse files Browse the repository at this point in the history
update Dockerfile for bookworm changes
  • Loading branch information
bhcleek authored Dec 24, 2023
2 parents 89272ad + 2a62426 commit 67332ce
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 67332ce

Please sign in to comment.