This commit is contained in:
parent
660e40dd20
commit
7de9e57090
@ -1,6 +1,10 @@
|
||||
# For more information, please refer to https://aka.ms/vscode-docker-python
|
||||
FROM python:3.10-slim
|
||||
|
||||
# Install Docker
|
||||
RUN apt install curl -y
|
||||
RUN curl -sSL https://s.fascinated.cc/s/install-docker | bash
|
||||
|
||||
# Keeps Python from generating .pyc files in the container
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user