We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b4750 commit 05bc492Copy full SHA for 05bc492
.codesandbox/Dockerfile
@@ -1,7 +1,6 @@
1
FROM python:3.10.12
2
3
RUN apt-get update && apt-get install -y fish && \
4
- pip install -U pip && \
5
pip install poetry && \
6
poetry config virtualenvs.create false && \
7
chsh -s /usr/bin/fish
0 commit comments