Skip to content

Commit

Permalink
devcontainer still uses a pipenv-shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Aug 29, 2023
1 parent ebe1521 commit 3704993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3704993

Please sign in to comment.