Move to full python:3 as base
This commit is contained in:
parent
ba77b6741a
commit
d9c589e9c5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# For more information, please refer to https://aka.ms/vscode-docker-python
|
# For more information, please refer to https://aka.ms/vscode-docker-python
|
||||||
FROM python:3-slim
|
FROM python:3
|
||||||
|
|
||||||
# Keeps Python from generating .pyc files in the container
|
# Keeps Python from generating .pyc files in the container
|
||||||
ENV PYTHONDONTWRITEBYTECODE=1
|
ENV PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue