Skip to content

Commit

Permalink
Install dragonfly-logging-config from its git repository, and install…
Browse files Browse the repository at this point in the history
… git in the docker image.
  • Loading branch information
AbooMinister25 committed Jul 28, 2024
1 parent 0406ede commit 46ceebd
Show file tree
Hide file tree
Showing 3 changed files with 875 additions and 328 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM python:3.12-slim@sha256:f11725aba18c19664a408902103365eaf8013823ffc56270f92
RUN pip install -U pip setuptools wheel
RUN pip install pdm

RUN apt-get -y update
RUN apt-get -y install git

WORKDIR /app
COPY pyproject.toml pdm.lock ./
RUN mkdir __pypackages__ && pdm install --prod --no-lock --no-editable
Expand Down
Loading

0 comments on commit 46ceebd

Please sign in to comment.