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 \
|
vim \
|
||||||
&& sudo apt clean
|
&& sudo apt clean
|
||||||
|
|
||||||
RUN sudo pip3 install pipenv
|
RUN sudo pip3 install pipenv pipenv-shebang
|
||||||
|
|
||||||
# add some common tools to the final container
|
# add some common tools to the final container
|
||||||
# bin directory for user tools
|
# bin directory for user tools
|
||||||
|
|
Loading…
Reference in New Issue