7
All checks were successful
Publish Docker Image / docker (push) Successful in 2m19s

This commit is contained in:
Lee 2024-01-13 19:59:52 +00:00
parent 7de9e57090
commit 5d55db074e

@ -2,6 +2,7 @@
FROM python:3.10-slim
# Install Docker
RUN apt update
RUN apt install curl -y
RUN curl -sSL https://s.fascinated.cc/s/install-docker | bash