Skip to content

Commit

Permalink
Allow to use git+https deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Dec 18, 2024
1 parent 1cc6e1d commit 8d2c8f0
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 1,362 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.12-slim-bookworm AS compile-image
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt update && \
apt install -y build-essential && \
apt install -y build-essential git && \
python -m venv --without-pip --system-site-packages /opt/dipdup && \
mkdir -p /opt/dipdup/src/dipdup/ && \
touch /opt/dipdup/src/dipdup/__init__.py && \
Expand Down
Loading

0 comments on commit 8d2c8f0

Please sign in to comment.