Docker automate in Jenkinsfile (fix 5)
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
parent
7ad9b91a0a
commit
8f8b5d18d1
|
|
@ -1,9 +1,10 @@
|
||||||
FROM python:3.11-slim-bookworm
|
FROM docker:dind
|
||||||
|
# FROM python:3.11-slim-bookworm
|
||||||
|
|
||||||
WORKDIR /bot/open_sesam
|
WORKDIR /bot/open_sesam
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
RUN apk add --no-cache docker-compose python3 py3-pip && pip install --upgrade pip && pip install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue