feature DinD 0.0028
Some checks failed
Build Docker / build (push) Failing after 38s

This commit is contained in:
2026-02-28 16:11:33 +03:00
parent 62fa2bd202
commit e783dc8364
2 changed files with 1 additions and 7 deletions

View File

@@ -12,12 +12,6 @@ RUN apt-get update && apt-get install -y \
# g++ \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" \
> /etc/apt/sources.list.d/docker.list \
&& apt-get update \
&& apt-get install -y docker-ce-cli docker-compose-plugin
RUN python -m pip install --upgrade pip \
&& python -m pip install -r requirements.txt
RUN chmod +x ./docker/start.sh