Moved partial implementation to branch.

This commit is contained in:
emiliano.vavassori 2024-08-22 22:47:23 +02:00
parent 0c40661251
commit 81f76e7e58
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN mkdir /build && \
rm -rf /var/lib/apt/lists/* && \
cd /root && \
git clone https://git.libreitalia.org/libreitalia/loaih.git && \
cd loaih && \
cd loaih && git checkout dependencies && \
python3 -m venv venv && \
. venv/bin/activate && \
pip install build && \