mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 10:46:33 +00:00
[AZ-204] OCI revision labels + AZAION_REVISION env
Made-with: Cursor
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM python:3.11-slim
|
||||
ARG CI_COMMIT_SHA=unknown
|
||||
ENV AZAION_REVISION=$CI_COMMIT_SHA
|
||||
RUN apt-get update && apt-get install -y libxml2-dev libxslt1-dev && rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user