fix(cicd): refact etl dockerfile
This commit is contained in:
parent
fe1bf7ec10
commit
eef3696e5e
1 changed files with 5 additions and 5 deletions
|
|
@ -2,11 +2,11 @@ FROM python:3.12-slim
|
||||||
|
|
||||||
WORKDIR /app/modules/anime_etl
|
WORKDIR /app/modules/anime_etl
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
# RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
# build-essential \
|
||||||
libpq-dev \
|
# libpq-dev \
|
||||||
ca-certificates \
|
# ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
# && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY modules/anime_etl/pyproject.toml modules/anime_etl/uv.lock ./
|
COPY modules/anime_etl/pyproject.toml modules/anime_etl/uv.lock ./
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue