chore: update dev container
This commit is contained in:
parent
9e07ccadb4
commit
8b790fe7c5
@ -12,6 +12,11 @@ RUN curl -L https://fly.io/install.sh | sh
|
|||||||
ENV FLYCTL_INSTALL="/root/.fly"
|
ENV FLYCTL_INSTALL="/root/.fly"
|
||||||
ENV PATH="$FLYCTL_INSTALL/bin:$PATH"
|
ENV PATH="$FLYCTL_INSTALL/bin:$PATH"
|
||||||
|
|
||||||
|
RUN sudo apt-get update
|
||||||
|
RUN sudo apt-get install python3-pip python3 -y
|
||||||
|
|
||||||
|
RUN pip3 install modal
|
||||||
|
|
||||||
# RUN echo 'export FLYCTL_INSTALL="/home/node/.fly"' >> ~/.bashrc
|
# RUN echo 'export FLYCTL_INSTALL="/home/node/.fly"' >> ~/.bashrc
|
||||||
# RUN echo 'export PATH="$FLYCTL_INSTALL/bin:$PATH"' >> ~/.bashrc
|
# RUN echo 'export PATH="$FLYCTL_INSTALL/bin:$PATH"' >> ~/.bashrc
|
||||||
|
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
"stivo.tailwind-fold",
|
"stivo.tailwind-fold",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"GitHub.copilot",
|
"GitHub.copilot",
|
||||||
"ms-azuretools.vscode-docker"
|
"ms-azuretools.vscode-docker",
|
||||||
|
"ms-python.python"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user