WIP: Docker updates #13

Draft
mravi wants to merge 19 commits from docker into master
Showing only changes of commit 21816e4884 - Show all commits

View file

@ -24,7 +24,12 @@ RUN echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so
#RUN LIBRARY_PATH=/lib:/usr/lib /bin/sh -c "pip install --no-cache-dir -r requirements.txt"
RUN pip install --upgrade pip
# Create a virtual environment
RUN python3 -m venv /venv
ENV PATH="/venv/bin:$PATH"
RUN pip install --no-cache-dir --upgrade pip
#RUN CFLAGS="-Wno-cpp -Wno-unused-function -Wno-unused-variable -Wno-missing-noreturn -I/usr/include/libxml2" pip install lxml