Skip to content

Commit

Permalink
Dockerfile: Be more explicit enabling python in vim
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Jun 28, 2022
1 parent 9744bd0 commit cbdf0dc
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 @@ -23,7 +23,7 @@ RUN git clone --depth 1 --recurse-submodules --shallow-submodules \
WORKDIR /usr/src/vim
# "backport" https://github.com/vim/vim/commit/16d7eced1a08565a9837db8067c7b9db5ed68854
RUN sed -i -e '/#\s*undef _POSIX_THREADS/d' src/if_python3.c
RUN ./configure --prefix=/opt/vim --enable-pythoninterp --enable-python3interp --enable-gui=gtk3
RUN ./configure --prefix=/opt/vim --enable-pythoninterp=yes --enable-python3interp=yes --enable-gui=gtk3
RUN make -j$(nproc)
RUN make install

Expand Down

0 comments on commit cbdf0dc

Please sign in to comment.