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 360ca3e
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 206 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 360ca3e

Please sign in to comment.