feature docker.runner update 0.0017
Some checks failed
Build Docker / build (push) Failing after 11m14s
Some checks failed
Build Docker / build (push) Failing after 11m14s
This commit is contained in:
@@ -3,7 +3,19 @@ FROM node:20-bullseye
|
||||
|
||||
# Устанавливаем зависимости
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates curl gnupg lsb-release git
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
lsb-release \
|
||||
git \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-dev \
|
||||
build-essential \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
cargo \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Добавляем репозиторий Docker
|
||||
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \
|
||||
|
||||
Reference in New Issue
Block a user