We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdce242 commit 6dca6eeCopy full SHA for 6dca6ee
.codesandbox/Dockerfile
@@ -0,0 +1,7 @@
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