Skip to content

Commit 6dca6ee

Browse files
committed
Add Dockerfile for codesandbox
1 parent bdce242 commit 6dca6ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.codesandbox/Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)