docker
Some checks failed
Publish Docker Image / docker (push) Failing after 19s

This commit is contained in:
Lee 2024-01-13 19:59:10 +00:00
parent 660e40dd20
commit 7de9e57090

@ -1,6 +1,10 @@
# 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.10-slim 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 # Keeps Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONDONTWRITEBYTECODE=1