This commit is contained in:
parent
60da6b0ae7
commit
4ba7eec661
@ -4,7 +4,7 @@ FROM python:3.10-slim AS builder
|
|||||||
# Install Docker
|
# Install Docker
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install curl -y
|
RUN apt install curl -y
|
||||||
RUN curl -sSL https://s.fascinated.cc/s/install-docker | bash
|
RUN curl -sSL https://git.fascinated.cc/Fascinated/linux-scripts/raw/branch/master/docker/install-docker.sh | bash
|
||||||
|
|
||||||
# Step 2: Create the final image
|
# Step 2: Create the final image
|
||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
|
Loading…
Reference in New Issue
Block a user