mirror of https://github.com/citusdata/citus.git
devcontainer still uses a pipenv-shebang
parent
a6cb3f86a8
commit
6780dccffd
|
@ -141,7 +141,7 @@ RUN sudo apt update \
|
|||
vim \
|
||||
&& sudo apt clean
|
||||
|
||||
RUN sudo pip3 install pipenv
|
||||
RUN sudo pip3 install pipenv pipenv-shebang
|
||||
|
||||
# add some common tools to the final container
|
||||
# bin directory for user tools
|
||||
|
|
Loading…
Reference in New Issue