forked from external-repos/ivatar-docker
Update Dockerfile to correct git clone URL for ivatar repository
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apk add --no-cache --virtual build-deps build-base gcc python3-dev musl-dev
|
||||
apk add --no-cache py3-virtualenv openldap-dev libffi-dev mariadb-dev zlib-dev
|
||||
# RUN echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so
|
||||
|
||||
RUN git clone https://git.linux-kernel.at/oliver/ivatar.git .
|
||||
RUN git clone https://gitea.purpleraft.com/external-repos/ivatar.git .
|
||||
|
||||
RUN virtualenv -p python3 .virtualenv && \
|
||||
source .virtualenv/bin/activate && \
|
||||
|
||||
Reference in New Issue
Block a user